mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
[PALEMOON] Update fullscreen activation event to match UXP
This commit is contained in:
parent
b7158e06ac
commit
fe4cd1c6e2
2 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ var FullScreen = {
|
|||
if (!document.mozFullScreen)
|
||||
return;
|
||||
|
||||
// However, if we receive a "MozEnteredDomFullScreen" event for a document
|
||||
// However, if we receive a "MozDOMFullscreen:NewOrigin" event for a document
|
||||
// which is not a subdocument of a currently active (ie. visible) browser
|
||||
// or iframe, we know that we've switched to a different frame since the
|
||||
// request to enter full-screen was made, so we should exit full-screen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue