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
<rdar://problem/15856121>
spacebar too, when the menuitem is selected.
Created attachment 221635 [details] js patch
Created attachment 221671 [details] js patch with partial layout test
Created attachment 221676 [details] js patch with partial layout test (attachment includes layout test this time) Getting some strange runtime errors in the test that seem to be unrelated to my patch. Clearly need to resolve that before review.
Created attachment 224605 [details] temp patch with non-working layout test Going to put this one aside for now since the Shadow DOM work has been pulled out of TOT. I'll pick this back up if/when the Shadow DOM versions are being used again.
*** Bug 127267 has been marked as a duplicate of this bug. ***
Looks like this might be unblocked again. There is some activity on bug 120956 indicating the JS controls are back.
Unblocked by bug 117857. Reassigning to Aaron to resolve the visible keyboard focus bugs.
Created attachment 294445 [details] Patch
The last I checked, this was somehow intentional and changing this would require some sort of a HI review.
Comment on attachment 294445 [details] Patch Attachment 294445 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: http://webkit-queues.webkit.org/results/2494212 New failing tests: media/ensure-media-controls-have-focus-rings.html
Created attachment 294453 [details] Archive of layout-test-results from ews121 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews121 Port: ios-simulator-wk2 Platform: Mac OS X 10.11.6
Comment on attachment 294445 [details] Patch r- until HI approves