Open
Bug 571959
Opened 13 years ago
Updated 6 months ago
"ASSERTION: Why is the root in mDirtyRoots already?" with audio in iframe
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file, 1 obsolete file)
223 bytes,
text/html
|
Details |
###!!! ASSERTION: Why is the root in mDirtyRoots already?: '!mDirtyRoots.Contains(rootFrame)', file /builds/moz2_slave/mozilla-central-macosx-debug/build/layout/base/nsPresShell.cpp, line 2654
Comment 1•13 years ago
|
||
All we need is an <audio controls> element in an iframe in a plain html document to trigger this. In PresShell::InitialReflow for the iframe we run the XBL constructors for the video controls (videocontrols.xml) this causes some frame reconstructs to be posted in the video controls and some flushes and when we do the insert for the reconstruct we get a FrameNeedsReflow for a frame whose reflow root is the rootframe. I don't know if there is anything we can do to stop XBL constructors from making the root frame dirty.
![]() |
||
Comment 2•13 years ago
|
||
There isn't. Perhaps that assertion is just wrong and should be removed....
Reporter | ||
Comment 3•13 years ago
|
||
Attachment #451113 -
Attachment is obsolete: true
Comment 4•12 years ago
|
||
I can't reproduce this with the attached test case any more, but I'm still seeing this assertion from time to time.
Updated•6 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•