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 654428 - focusable labels are emitting inappropriate object:text-selection-changed events
focusable labels are emitting inappropriate object:text-selection-changed events
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Accessibility
3.1.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-07-11 23:30 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2011-07-16 13:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test script (422 bytes, text/x-python)
2011-07-11 23:30 UTC, Joanmarie Diggs (IRC: joanie)
Details

Description Joanmarie Diggs (IRC: joanie) 2011-07-11 23:30:38 UTC
Created attachment 191760 [details]
test script

Steps to reproduce:

1. Launch gtk-demo
2. Run the attached event listener in a terminal window
3. Launch the Dialog and Message Boxes demo
4. Press the Message Dialog button
5. In the resulting dialog click to place the caret in the focusable label
6. Rinse and repeat step 5 as often as you'd like.

Expected results: object:text-caret-moved each time the caret moves

Actual results: object:text-caret-moved plus two object:text-selection-changed events each time the caret moves.