[Webkit-unassigned] [Bug 127060] New: AX: [ATK] Lists with selectable children should have ATK_ROLE_LIST_BOX
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 15 12:50:28 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127060
Summary: AX: [ATK] Lists with selectable children should have
ATK_ROLE_LIST_BOX
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jdiggs at igalia.com
CC: webkit-bug-importer at group.apple.com
Blocks: 25531
Created an attachment (id=221293)
--> (https://bugs.webkit.org/attachment.cgi?id=221293&action=review)
accessible-event listener: listbox.py
Steps to reproduce:
1. Launch the attached accessible-event listener in a terminal
2. Launch the test case in Epiphany
3. Tab to move focus into the list
Expected result: The control with the selectable children would have ROLE_LIST_BOX.
Actual result: The control with the selectable children has ROLE_LIST.
Giving this object the same role as (un)ordered lists means that additional checks have to be made by ATs trying to figure out what sort of object a given list item (or list) really is.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list