Open
Bug 698340
Opened 12 years ago
Updated 1 year 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•12 years ago
|
||
Comment 2•5 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•5 years ago
|
Component: DOM → DOM: Core & HTML
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•