Bug 69698

Summary: FKA: While in fullscreen mode, it is possible to focus invisible elements with Tab
Product: WebKit Reporter: Jeremy Apthorp <jeremya>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: eoconnor, james.reed03, jcraig, jeremya, jer.noble, mikelawther, mike, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Test case none

Description Jeremy Apthorp 2011-10-08 02:09:55 PDT
Created attachment 110267 [details]
Test case

Tab allows focusing elements outside the fullscreened element.
Comment 1 Mike Lawther 2011-11-10 20:00:31 PST
Hi Jer - this sounds like it will cause problems for users of assistive technologies.

Do you have any plans to address this? 

Thanks!
Comment 2 Radar WebKit Bug Importer 2013-12-20 11:22:14 PST
<rdar://problem/15709953>
Comment 3 james.reed03 2019-01-14 08:43:04 PST
This still seems to be occurring.

Test:

Make an element with focusable elements within it and outside it. Make the element fullscreen using the Fullscreen API.

Actual results:

The tab key can be used to focus all focusable elements

Expected results:

Only focusable elements inside the element in fullscreen mode should be focusable with the tab key.