Files
godot/scene/gui
Nolan Darilek 6304e9f876 Accessibility: Fix text field character count and line navigation
Two fixes for text field accessibility:

1. Fix character count being off by one due to trailing newline always
   being appended to the last line. Add `is_last_line` parameter to
   `accessibility_create_sub_text_edit_elements()` to control this.

2. Link adjacent TextRuns via `previous_on_line`/`next_on_line` so
   screen readers can properly navigate lines. Without these links,
   AccessKit treats each TextRun as a separate line, causing incorrect
   announcements when arrowing through multi-line text.
2025-12-03 07:19:05 -05:00
..
2025-09-19 20:34:41 +02:00
2025-04-08 20:14:28 +03:00
2025-04-08 20:14:28 +03:00
2025-04-08 20:14:28 +03:00
2025-04-08 20:14:28 +03:00
2025-01-08 14:47:42 +02:00
2025-10-31 19:15:27 +08:00
2025-04-08 20:14:28 +03:00
2025-05-09 00:09:26 +02:00
2025-08-29 20:43:51 -07:00
2025-08-12 04:11:33 -07:00
2025-10-22 00:34:57 +02:00
2025-04-08 20:14:28 +03:00