Closed
Bug 1153
Opened 26 years ago
Closed 26 years ago
nsHTMLReflowState has incorrect percentage min values
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: karnaze, Assigned: buster)
Details
The following has two problems (1) The width is constrained relative to the
viewer screen, not the DIV and (2) The height is not being constrained at
all (the nsHTMLReflowState being passed to the image's Reflow is saying that
HaveConstrainedWidth() is false). Substituting other elements for <IMG> gives
the same results.
<DIV style="width: 300px; height: 300px; border: 2px solid black;">
<img src=raptor.jpg style="width: 50%; height: 50%;">
</DIV>
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Summary: nsHTMLReflowState has incorrect percentage min values → nsHTMLReflowState has incorrect percentage min values
Updated•26 years ago
|
QA Contact: 4144
Comment 3•26 years ago
|
||
petersen QA contact
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Fixed. Tested in Apprunner with Mac (March 9th Build) and Windows NT, Win 95
(March 8th Build).
You need to log in
before you can comment on or make changes to this bug.
Description
•