Bug 1821886 Comment 13 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Chrome behave differently on Mac where the shortcut for browser fullscreen is `fn`+`F`, it still dispatch the keyboard event but it seems not cancelable (i.e. calling preventDefault() won't prevent exiting fullscreen). And Chrome's behavior on Windows where the shortcut for browser fullscreen is also `F11` is the same as Linux (event isn't dispatch at all).

I am not sure why Chrome behave differently on Mac. But I feel that it might make more sense to behave consistent on each platform? I will try to check Chromuim source code to see if I could find any clue.
Chrome behave differently on Mac where the shortcut for browser fullscreen is `fn`+`F`, it still dispatch the keyboard event but it seems not cancelable (i.e. calling preventDefault() won't prevent exiting fullscreen). And Chrome's behavior on Windows where the shortcut for browser fullscreen is also `F11` is the same as Linux (event isn't dispatched at all).

I am not sure why Chrome behave differently on Mac. But I feel that it might make more sense to behave consistent on each platform? I will try to check Chromuim source code to see if I could find any clue.

Back to Bug 1821886 Comment 13