New issue
Advanced search Search tips

Issue 918438 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug
Team-Accessibility



Sign in to add a comment

[Orca] Menus should implement AtkSelection

Project Member Reported by joanmari...@gmail.com, Jan 1

Issue description

Steps to reproduce:
1. Launch Chromium
2. Launch the attached accessibility-event listener
3. Press Alt+F or Shift+F10 to get into a menu and arrow within it.

Expected results: The parent of the newly-selected menu item (i.e. the menu) would implement AtkSelection.

Actual results: The parent of the newly-selected menu item (i.e. the menu) does not implement AtkSelection.

Compare to gtk3-demo (see it's application class demo).

Note: It is expected and desired that Firefox would also do what is described above. That bug can be found here: https://bugzilla.mozilla.org/show_bug.cgi?id=1304631
 
selection-iface.py
995 bytes View Download

Sign in to add a comment