1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
JUCE/modules/juce_gui_basics/accessibility
reuk d4d9740037
Android: Fix problems with accessible text navigation
Previously, when navigating in a text editor by words, the cursor would
get 'stuck' after moving a single word. This issue should now be
resolved.

Additionally, the cursor position was not updated properly when
adjusting a selection, and would instead be moved to the end of the
selected range. With this patch applied, the cursor should now be set to
the correct position when modifying selections. When extending a
selection backwards, the cursor will display at the beginning of the
selected range, rather than the end.

Finally, most Android apps announce the 'skipped' characters or words
whenever the cursor is moved, but this feature was broken in JUCE. This
patch enables this feature.
2022-06-13 11:36:51 +01:00
..
enums Accessibility: Added AccessibilityEvent::titleChanged 2021-06-07 19:38:29 +01:00
interfaces Android: Fix problems with accessible text navigation 2022-06-13 11:36:51 +01:00
juce_AccessibilityHandler.cpp Android: Fix a couple of accessibility-related crashes 2022-06-13 11:36:51 +01:00
juce_AccessibilityHandler.h Accessibility: Remove redundant method declaration and general fixups 2021-07-28 11:44:29 +01:00
juce_AccessibilityState.h Nodiscard: Add to builder-pattern functions 2022-01-27 18:43:21 +00:00