GNOME Bugzilla – Bug 721410
GtkLabels containing links should expose accessible children of ATK_ROLE_LINK
Last modified: 2014-01-04 15:54:20 UTC
Created attachment 265233 [details] accessible-event listener Steps to reproduce: 1. Launch the attached accessible-event listener in a terminal 2. Launch gtk3-demo's link demo 3. Give focus to the "text" link (or Tab amongst the links) to cause an event Expected results: The GtkLabel would claim to have three children (one for each link). Actual results: The GtkLabel claims to have no children. Marking this as a blocks for bug 721406 because the desired/missing object:state-changed:focused events reported there would be for the accessible children of ATK_ROLE_LINK which don't yet exist.
Doesn't quite work that way, I don't think - AtkHyperlink is not an AtkObject, thus we can't have AtkHyperlinks as children