After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 723086 - Incorrect string reported in accessible text-changed events when text is inserted
Incorrect string reported in accessible text-changed events when text is inse...
Status: RESOLVED OBSOLETE
Product: clutter
Classification: Platform
Component: ClutterText
git master
Other Linux
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2014-01-27 10:52 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2021-06-10 11:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
accessible-event listener (236 bytes, text/x-python)
2014-01-27 10:52 UTC, Joanmarie Diggs (IRC: joanie)
Details

Description Joanmarie Diggs (IRC: joanie) 2014-01-27 10:52:59 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]
Comment 1 André Klapper 2021-06-10 11:33:34 UTC
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.