GNOME Bugzilla – Bug 723086
Incorrect string reported in accessible text-changed events when text is inserted
Last modified: 2021-06-10 11:33:34 UTC
Created attachment 267288 [details] accessible-event listener A regression was introduced during the fix of bug 722220. Steps to reproduce: 1. Launch the attached accessible-event listener. 2. Press Alt+F2 for the run dialog. 3. Type 'hello'. Results now: ============ object:text-changed:insert(-1, 1, ) source: [text | ] host_application: [application | gnome-shell] object:text-changed:insert(-1, 1, ) source: [text | ] host_application: [application | gnome-shell] object:text-changed:insert(-1, 1, ) source: [text | ] host_application: [application | gnome-shell] object:text-changed:insert(-1, 1, ) source: [text | ] host_application: [application | gnome-shell] object:text-changed:insert(-1, 1, ) source: [text | ] host_application: [application | gnome-shell] Results F20: ============ object:text-changed:insert(0, 0, ) source: [text | ] host_application: [application | gnome-shell] object:text-changed:insert(0, 1, h) source: [text | ] host_application: [application | gnome-shell] object:text-changed:insert(1, 1, e) source: [text | ] host_application: [application | gnome-shell] object:text-changed:insert(2, 1, l) source: [text | ] host_application: [application | gnome-shell] object:text-changed:insert(3, 1, l) source: [text | ] host_application: [application | gnome-shell] object:text-changed:insert(4, 1, o) source: [text | ] host_application: [application | gnome-shell]
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org. As part of that, we are mass-closing older open tickets in bugzilla.gnome.org which have not seen updates for a longer time (resources are unfortunately quite limited so not every ticket can get handled). If you can still reproduce the situation described in this ticket in a recent and supported software version of clutter, then please follow https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines and create a ticket at https://gitlab.gnome.org/GNOME/clutter/-/issues/ Thank you for your understanding and your help.