GNOME Bugzilla – Bug 654428
focusable labels are emitting inappropriate object:text-selection-changed events
Last modified: 2011-07-16 13:46:42 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.