[Webkit-unassigned] [Bug 127260] New: AX: video controls popup menu arrow key handling only partially handled (page still scrolls sometimes)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 19 21:05:28 PST 2014


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

           Summary: AX: video controls popup menu arrow key handling only
                    partially handled (page still scrolls sometimes)
           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: jcraig at apple.com
                CC: webkit-bug-importer at group.apple.com


AX: video controls popup menu arrow key handling only partially handled (page still scrolls sometimes)

My assumption is that this is because the menu change is triggered via keyup (which is being canceled) but the scroll event is triggered via keypress (probably need to cancel this event, too.)

Source/WebCore/Modules/mediacontrols/mediaControlsApple.js

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