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 725920 - Accessible events absent when popover is shown or hidden
Accessible events absent when popover is shown or hidden
Status: RESOLVED DUPLICATE of bug 725864
Product: gtk+
Classification: Platform
Component: Accessibility
3.11.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-03-07 21:35 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2014-03-10 12:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
accessible-event listener (297 bytes, text/x-python)
2014-03-07 21:35 UTC, Joanmarie Diggs (IRC: joanie)
Details

Description Joanmarie Diggs (IRC: joanie) 2014-03-07 21:35:58 UTC
Created attachment 271274 [details]
accessible-event listener

Steps to reproduce:
1. Launch gtk3-demo master
2. Launch the popover demo
3. Launch the attached accessible event listener in a terminal*
3. Press space on the "Button" button to show the popover
4. Press space on the "Button" button to hide the popover

Expected results: An object:state-changed:showing event would be emitted when the popover is shown or hidden.

Actual results: The only object:state-changed events emitted are by the button, which emits signals for the checked and armed states:

object:state-changed:checked(1, 0, 0)
	source: [toggle button | Button]
	host_application: [application | gtk3-demo]
object:state-changed:armed(1, 0, 0)
	source: [toggle button | Button]
	host_application: [application | gtk3-demo]
object:state-changed:armed(0, 0, 0)
	source: [toggle button | Button]
	host_application: [application | gtk3-demo]
object:state-changed:checked(0, 0, 0)
	source: [toggle button | Button]
	host_application: [application | gtk3-demo]

Impact: Orca presents nothing in reaction to the appearance of the popover because the expected state-changed:showing event is missing and the popover doesn't grab focus.

* Note: if you are running gtk3-demo in a jhbuild shell, you need to run the listener in a jhbuild shell due to some recent changes within AT-SPI2.
Comment 1 Carlos Garnacho 2014-03-10 12:36:20 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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