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 758189 - Entry completion pop-up items lack "focused" AtkState
Entry completion pop-up items lack "focused" AtkState
Status: RESOLVED DUPLICATE of bug 711397
Product: gtk+
Classification: Platform
Component: Accessibility
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-11-16 17:36 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2018-02-10 15:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pyatspi accessible-event listener (725 bytes, text/x-python)
2015-11-16 17:36 UTC, Joanmarie Diggs (IRC: joanie)
Details

Description Joanmarie Diggs (IRC: joanie) 2015-11-16 17:36:33 UTC
Created attachment 315698 [details]
pyatspi accessible-event listener

Steps to reproduce:
1. Launch the attached accessible-event listener in a terminal
2. Launch gtk3-demo's Entry Completion demo
3. Type "t" to cause the completion pop up to appear
4. Arrow Up/Down between the two popped-up items

Expected results: Items emitting object:state-changed:focused (true), would have the "focused" AtkState type in its state set.

Actual results: Items emitting object:state-changed:focused (true), lack the "focused" AtkState type in its state set.
Comment 1 Joanmarie Diggs (IRC: joanie) 2015-11-16 17:37:55 UTC
Sample output from performing the steps in the opening report:

object:state-changed:focused True [text | ]
object:state-changed:focused False [table cell | total]
object:state-changed:focused True [table cell | total]
	ERROR: Event state (True) does not match object state (False)
object:state-changed:focused False [table cell | total]
object:state-changed:focused True [table cell | totally]
	ERROR: Event state (True) does not match object state (False)
Comment 2 Matthias Clasen 2015-11-17 14:02:10 UTC
well, its not focused - the focus is in the entry
Comment 3 Joanmarie Diggs (IRC: joanie) 2015-11-17 20:17:13 UTC
Fair enough. But then perhaps it would make sense to stop emitting object:state-changed:focused events on things which are not focused.
Comment 4 Joanmarie Diggs (IRC: joanie) 2015-11-18 16:51:14 UTC
See also bug 758298.
Comment 5 Matthias Clasen 2018-02-10 04:59:53 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 6 Joanmarie Diggs (IRC: joanie) 2018-02-10 15:59:44 UTC

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