community icon indicating copy to clipboard operation
community copied to clipboard

Fix SDL_TEXTINPUT ceased to dispatch for Desktop platforms on textinput focus.

Open CoreTaxxe opened this issue 2 years ago • 5 comments

Fixes https://github.com/kivy/kivy/issues/8136

Maintainer merge checklist

  • [ ] Title is descriptive/clear for inclusion in release notes.
  • [ ] Applied a Component: xxx label.
  • [ ] Applied the api-deprecation or api-break label.
  • [ ] Applied the release-highlight label to be highlighted in release notes.
  • [ ] Added to the milestone version it was merged into.
  • [ ] Unittests are included in PR.
  • [ ] Properly documented, including versionadded, versionchanged as needed.

CoreTaxxe avatar Jun 21 '23 19:06 CoreTaxxe

Thanks for opening your first pull request here! 💖 Please check out our contributing guidelines.

welcome[bot] avatar Jun 21 '23 19:06 welcome[bot]

Most of the line changes are just spacings and indents. The important code bits are config.py and kivy/core/window/_window_sdl2.pyx 628 +

CoreTaxxe avatar Feb 10 '24 13:02 CoreTaxxe