Open
Bug 404635
Opened 17 years ago
Updated 3 years ago
ASSERTION: Have parent context and shouldn't after print preview and hovering over select
Categories
(Core :: Layout, defect)
Tracking
()
REOPENED
People
(Reporter: martijn.martijn, Unassigned)
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
See upcoming testcase.
When doing print preview and after that, hovering over the select, I see these assertions in current debug trunk build:
###!!! ASSERTION: Have parent context and shouldn't: 'Error', file c:/mozilla-bu
ild/mozilla/layout/base/nsFrameManager.cpp, line 834
frame: Inline(span)(-1) (07A26B30) style: 07A26AE0 {}
Has parent context: style: 0690CF70 {}
Should be null
###!!! ASSERTION: Have parent context and shouldn't: 'Error', file c:/mozilla-bu
ild/mozilla/layout/base/nsFrameManager.cpp, line 834
frame: Inline(span)(-1) (07A26B30) style: 07A26AE0 {}
Has parent context: style: 0690CF70 {}
Should be null
Reporter | ||
Comment 1•17 years ago
|
||
Comment 2•17 years ago
|
||
See also bug 405186, which triggers the same assertion.
Reporter | ||
Comment 3•17 years ago
|
||
Still happens with an updated debug trunk build.
I'm also seeing this with the dom inspector when choosing 2 times something different with the toolbarbutton type=menu which handles the viewer-list.
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
![]() |
||
Updated•8 years ago
|
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•