Closed
Bug 16252
Opened 26 years ago
Closed 26 years ago
one pargragraph overlapping floating table
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: buster)
Details
Attachments
(2 files)
DESCRIPTION: One paragraph is overlapping a floating nested table in the
(partially simplified) page to be attached. I don't have time to simplify any
more right now. The floating table has a nested table inside it.
STEPS TO REPRODUCE: Load attached page.
ACTUAL RESULTS: The second paragraph "He also led..." is all on one line rather
than wrapping around the float.
EXPECTED RESULTS: Wraps around float.
DOES NOT WORK CORRECTLY ON:
* Linux, apprunner, 1999-10-11-08-M11
* Linux, apprunner, 1999-10-12-08-M11
WORKS CORRECTLY ON:
* most other browsers
| Reporter | ||
Comment 1•26 years ago
|
||
| Reporter | ||
Comment 2•26 years ago
|
||
Fixed. I had to rework my fix for 12709 and then fix the issue this case
exposed: the resize reflow optimization logic needs to see if a line is impacted
by floaters not only if it has floaters to decide to reflow it. The rework
entailed making sure that the impacted bit was set properly...
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
With the Oct 21 Linux build (1999102108), this problem appears to be fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•