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 720987 - Objects of ATK_ROLE_TABLE_COLUMN_HEADER initially fail to emit object:state-changed:focused signals
Objects of ATK_ROLE_TABLE_COLUMN_HEADER initially fail to emit object:state-c...
Status: RESOLVED DUPLICATE of bug 711397
Product: gtk+
Classification: Platform
Component: Accessibility
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-12-23 18:40 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2018-02-10 16:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
accessible-event listener (294 bytes, text/x-python)
2013-12-23 18:40 UTC, Joanmarie Diggs (IRC: joanie)
Details

Description Joanmarie Diggs (IRC: joanie) 2013-12-23 18:40:36 UTC
Created attachment 264812 [details]
accessible-event listener

Steps to reproduce:
1. Launch the attached accessible-event listener in a terminal
2. Launch gtk-demo's List Store Demo (under Tree View)
3. When the demo opens press Shift+Tab to move to the first column header
4. Press Right Arrow to move from header to header
5. Press Left Arrow to move from header to header

Expected results: Each time a column header gets focus, an object:state-changed:focused event would be emitted for the newly-focused column header (i.e. at steps 3, 4, and 5).

Actual results: The expected events are missing until step 5. After that, re-focusing a column header by Right Arrow works. It appears to be just the initial focus event.

Notes:
1. This issue is also present in Gtk+ 2.
2. This seems to be the column header version of bug 711397.
Comment 1 Matthias Clasen 2018-02-10 04:55:44 UTC
We're moving to gitlab! As part of this move, we are moving bugs to NEEDINFO if they haven't seen activity in more than a year. If this issue is still important to you and still relevant with GTK+ 3.22 or master, please reopen it and we will migrate it to gitlab.
Comment 2 Joanmarie Diggs (IRC: joanie) 2018-02-10 16:00:32 UTC

*** This bug has been marked as a duplicate of bug 711397 ***