Open
Bug 698340
Opened 13 years ago
Updated 2 years ago
"ASSERTION: Unnecessary MakeFullScreen call" with requestFullScreen during certain events
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
With these prefs:
user_pref("full-screen-api.enabled", true);
user_pref("full-screen-api.allow-trusted-requests-only", false);
The testcase triggers this assertion:
###!!! ASSERTION: Unnecessary MakeFullScreen call: 'mFullScreen != aFullScreen', file widget/src/cocoa/nsCocoaWindow.mm, line 1129
Happens with the "resize" and "MozScrolledAreaChanged" events, at least.
Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•