Closed
Bug 663
Opened 26 years ago
Closed 26 years ago
Resizing image in a floating table doesn't reflow text properly
Categories
(Core :: Layout, defect, P2)
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.
Reporter | ||
Updated•26 years ago
|
Component: Unknown → Layout
Reporter | ||
Comment 1•26 years ago
|
||
Pushing test case from checkmate to mozilla.org and changing URL field
accordingly.
The block code now does a better job of handling floating objects during
incremental reflow: I fixed content-changed and frame-removed today.
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.
Description
•