Closed
Bug 713597
Opened 14 years ago
Closed 14 years ago
Crash removing full-screen element during "resize" event
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: jruderman, Assigned: cpearce)
Details
(Keywords: assertion, crash, testcase)
Attachments
(3 files)
The first assertion is like in bug 698340, but the other issues are new.
###!!! ASSERTION: Unnecessary MakeFullScreen call: 'mFullScreen != aFullScreen', file widget/src/cocoa/nsCocoaWindow.mm, line 1163
###!!! ASSERTION: Full-screen element should be the requested element!: 'GetFullScreenElement() == aElement', file content/base/src/nsDocument.cpp, line 8921
###!!! ASSERTION: Should be full-screen doc: 'IsFullScreenDoc()', file content/base/src/nsDocument.cpp, line 8922
Null deref crash [@ nsDocument::RequestFullScreen], but only in debug builds?
Reporter | ||
Comment 1•14 years ago
|
||
Assignee | ||
Comment 2•14 years ago
|
||
This crash only occurs in debug builds. In nsDocument::RequestFullScreen My assertions need to be before the call to SetWindowFullScreen(), as that can run script which cancels full-screen, invalidating the assertions.
Assignee | ||
Comment 3•14 years ago
|
||
Updated•14 years ago
|
Attachment #585967 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Target Milestone: --- → mozilla12
![]() |
||
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•