Closed Bug 1153 Opened 26 years ago Closed 26 years ago

nsHTMLReflowState has incorrect percentage min values

Categories

(Core :: Layout, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

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: NEW → ASSIGNED
Setting all current Open/Normal to M4.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Summary: nsHTMLReflowState has incorrect percentage min values → nsHTMLReflowState has incorrect percentage min values
It's now fixed. pull and build again...
QA Contact: 4144
petersen QA contact
Status: RESOLVED → VERIFIED
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.