GNOME Bugzilla – Bug 721406
Accessible object:state-changed:focused events missing for links within a GtkLabel
Last modified: 2014-01-04 15:54:31 UTC
Created attachment 265230 [details] accessible-event listener Steps to reproduce: 1. Launch gtk3-demo's link demo 2. Launch the attached accessible-event listener in a terminal 3. Tab amongst the three links in the demo. Expected results: Each time a link within the GtkLabel became focused, an object:state-changed:focused event would be seen. Actual results: object:state-changed:focused are seen each time the first link ("text") within the GtkLabel becomes focused. Tabbing to the "keynav" and "Google" links results in no such event.