New issue
Advanced search Search tips

Issue 872501 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Oct 2
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Chrome , Mac
Pri: 2
Type: Bug



Sign in to add a comment

[KeyboardLock] Prevent fullscreen exit if Esc has modifiers applied

Project Member Reported by joedow@chromium.org, Aug 8

Issue description

If KeyboardLock is engaged and the user is pressing Esc + modifier, we will exit fullscreen.  We should check to see if Ctrl/Shift/Alt/Win is being pressed along with Esc before we exit fullscreen.  That behavior is inline with the current fullscreen behavior where a keypress like Ctrl+Esc does not exit fullscreen.
 
Status: WontFix (was: Assigned)
After investigating a bit more, I don't think this is needed.  The normal fullscreen behavior does not take modifier states into account either, it just happens that several Esc based modifiers are captured by the system.  Since this does not occur with keyboard lock, it seems like the behavior is different.

Closing for now, we can re-open if there is a use case we need to support by doing this work.

Sign in to add a comment