GNOME Bugzilla – Bug 720987
Objects of ATK_ROLE_TABLE_COLUMN_HEADER initially fail to emit object:state-changed:focused signals
Last modified: 2018-02-10 16:00:32 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.
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.
*** This bug has been marked as a duplicate of bug 711397 ***