[Webkit-unassigned] [Bug 70911] New: Access keys on non visible DOM elements can still be accessed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 26 05:50:22 PDT 2011


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

           Summary: Access keys on non visible DOM elements can still be
                    accessed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: the.capt at gmail.com


Created an attachment (id=112491)
 --> (https://bugs.webkit.org/attachment.cgi?id=112491&action=review)
Showing unexpected access key behaviour

SVN revision: 97675

1. a webpage contains multiple elements with the same access key
2. all but one of these elements will be hidden
3. press the access key
4. the last on the page will always be selected, whether it is hidden or not.

It would be expected that the visible access key should be selected.

A simple test page is attached to show this.

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