Closed
Bug 13206
Opened 25 years ago
Closed 25 years ago
assert in layout: "not a pixel value"
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: waterson, Assigned: eric)
References
()
Details
To reproduce:
1. Open mailnews.
2. Select a message so that it loads in the content pane.
3. You'll hit this assertion rendering from somewheres:
http://lxr.mozilla.org/seamonkey/source/layout/html/style/src/nsHTMLValue.h#104
FWIW, mUnit is eHTMLUnit_Percent, and GetPixelValue() wants it to be
eHTMLUnit_Pixel.
Looks like somebody is using units with an HTML element that it's not happy
about? evaughan: giving to you because boxes are on the stack and you'll
probably be able to triage better than anyone.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
Comment 2•25 years ago
|
||
Click the "Search" button on the toolbar to hit the same assertion.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 3•25 years ago
|
||
Sorry for spam, re-assigning phillip's QA contact XPToolkit/XPWidget bugs to
claudius due to restructure
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
VERIFIED fixed with 1999111808 build
You need to log in
before you can comment on or make changes to this bug.
Description
•