Bug 69698 - FKA: While in fullscreen mode, it is possible to focus invisible elements with Tab
Summary: FKA: While in fullscreen mode, it is possible to focus invisible elements wit...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-10-08 02:09 PDT by Jeremy Apthorp
Modified: 2019-01-14 08:43 PST (History)
8 users (show)

See Also:


Attachments
Test case (547 bytes, text/html)
2011-10-08 02:09 PDT, Jeremy Apthorp
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.