[Webkit-unassigned] [Bug 73822] New: [Gtk] Dojo color-chooser menu items should expose ROLE_MENU_ITEM (or do something to identify themselves more clearly to ATs)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 5 04:26:43 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73822

           Summary: [Gtk] Dojo color-chooser menu items should expose
                    ROLE_MENU_ITEM (or do something to identify themselves
                    more clearly to ATs)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://archive.dojotoolkit.org/nightly/dojotoolkit/dij
                    it/tests/form/test_Button.html
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jdiggs at igalia.com


The Dojo color-chooser menu items found on this test page [1] currently claim to be of ROLE_TABLE_CELL. Since these items are functioning like menu items it would be extremely helpful if they would claim to be of ROLE_MENU_ITEM.

Failing that.... There does not seem to be anything which connects them to the pop-up menu which contains them, and/or to the button which cased them to be popped up: The accessible parent of these items is a table whose accessible parent is a panel. And the parent of that panel is the accessible document frame. Without any way of knowing what these table cells are, or why they are, an AT will have a hard time knowing if and how to present them to the user.

[1] http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_Button.html

-- 
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