Closed
Bug 1338234
Opened 8 years ago
Closed 5 years ago
The event name for IE11 on this page is wrong
Categories
(Developer Documentation Graveyard :: API: Miscellaneous, defect, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rob, Unassigned)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
The IE11 prefix for Document.onfullscreenchange is "MSFullscreenChange", not onmsfullscreenchange or msfullscreenchange. For example, this works in IE11:
document.addEventListener("MSFullscreenChange", onFullScreenChange, false);
and nothing else works. For reference, see: https://msdn.microsoft.com/en-us/library/dn312066(v=vs.85).aspx
There was no way to figure this out from information on the page.
Updated•8 years ago
|
Component: JavaScript → API: Miscellaneous
Comment 1•5 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•