New issue
Advanced search Search tips

Issue 911145 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

Frame containing omnibox popup should have ATK_STATE_ACTIVE

Project Member Reported by joanmari...@gmail.com, Dec 3

Issue description

Steps to reproduce:
1. Launch the attached pyatspi accessibility event listener
2. Launch Chromium
3. Give focus to the location bar and type a few letters triggering a popup list to appear.
4. Arrow in the list.

Expected results: Each time the listener prints out a state-change event for the newly-selected item, it would indicate the parent frame is active.

Actual results: Each time the listener prints out a state-change event for the newly-selected item, it indicates the parent frame is not active.
 
selection-events.py
507 bytes View Download

Sign in to add a comment