Closed
Bug 935765
Opened 11 years ago
Closed 11 years ago
Crash with sticky, fieldset
Categories
(Core :: Layout, defect, P1)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: jruderman, Assigned: roc)
References
Details
(4 keywords, Whiteboard: [qa-])
Crash Data
Attachments
(1 file)
(deleted),
text/html
|
Details |
This testcase hits the assertion in bug 931460
###!!! ASSERTION: Scroll frame should be an ancestor of the containing block: 'cbFrame == scrolledFrame || nsLayoutUtils::IsProperAncestorFrame(scrolledFrame, cbFrame)', file layout/generic/StickyScrollContainer.cpp, line 155
Followed by a crash, bp-3cf3c687-f129-40cb-bb36-eac342131106
[@ nsLayoutUtils::IsFirstContinuationOrSpecialSibling(nsIFrame*) ]
Comment 1•11 years ago
|
||
I suspect this is fundamentally the same as bug 931460 -- in particular, that <fieldset> can establish a scroll container but doesn't establish a containing block.
Updated•11 years ago
|
Assignee | ||
Comment 2•11 years ago
|
||
My patch in bug 931460 fixes this and adds a test.
Comment 3•11 years ago
|
||
Hey Roc - Just wondering if we can close this one, or mark it as a dup of bug 931460?
Flags: needinfo?(roc)
Assignee | ||
Comment 4•11 years ago
|
||
Fixed by 931460.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(roc)
Resolution: --- → FIXED
Updated•11 years ago
|
Assignee: nobody → roc
Target Milestone: --- → mozilla28
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•