-
- Downloads
Bug 1821884 - Ensure consistent state for fullscreen/pointerlock warnings; r=Gijs
Fullscreen/PointerLock warnings are initialized with hidden="true", but change to hidden="" after being shown and hidden again. I think this started happening when we began using HTML elements instead of XUL as they handle hidden attribute differently. Differential Revision: https://phabricator.services.mozilla.com/D177790
Showing
- browser/base/content/browser-fullScreenAndPointerLock.js 2 additions, 2 deletionsbrowser/base/content/browser-fullScreenAndPointerLock.js
- browser/base/content/fullscreen-and-pointerlock.inc.xhtml 2 additions, 2 deletionsbrowser/base/content/fullscreen-and-pointerlock.inc.xhtml
- browser/base/content/test/fullscreen/browser_fullscreen_warning.js 55 additions, 42 deletions...ase/content/test/fullscreen/browser_fullscreen_warning.js
- dom/tests/browser/browser_pointerlock_warning.js 21 additions, 10 deletionsdom/tests/browser/browser_pointerlock_warning.js
Please register or sign in to comment