Closed Bug 663 Opened 27 years ago Closed 26 years ago

Resizing image in a floating table doesn't reflow text properly

Categories

(Core :: Layout, defect, P2)

x86
Windows 95
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: angus, Assigned: buster)

References

()

Details

In this example, the first time you load the page, since I didn't specify the height/width of the image, NGlayout loads the document as if the image (which is contained in a table) has zero width/height. The HTML boils down to this test case: <table align=left><tr><td> <img src="foo.jpg"> </td></table> I am the text that appears to the right of the floating table. I will not reflow when the image foo.jpg comes in and resizes it's parent table. Instead, the foo.jpg image will appear over me.
Status: NEW → ASSIGNED
Pushing test case from checkmate to mozilla.org and changing URL field accordingly.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
The block code now does a better job of handling floating objects during incremental reflow: I fixed content-changed and frame-removed today.
Status: RESOLVED → VERIFIED
the text reflows properly after a resize. verified fixed with the 11/30 build on NT/win98.
You need to log in before you can comment on or make changes to this bug.