New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 873706 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Aug 13
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Bug



Sign in to add a comment

[iOS] Fullscreen: Disable fullscreen when voiceover mode is enabled.

Project Member Reported by kkhorimoto@chromium.org, Aug 13

Issue description

VoiceOver will only read a11y elements that are currently on screen, so if the toolbars are scrolled out of view due to our fullscreen implementation, it's possible that VoiceOVer users can be stuck in a situation where they are unable to access the navigation controls in the secondary toolbar.  FullscreenModel does not update toolbar visibility for programatic scroll events, so it's not possible to hide the toolbars for VoiceOver scrolling.  However, it's technically possible to get into this situation if the user scrolls with voiceover disabled then enters voiceover mode while the toolbars are hidden.
 
Status: WontFix (was: Assigned)
This case is already handled by FullscreenSystemNotificationObserver.

Sign in to add a comment