Closed
Bug 12709
Opened 25 years ago
Closed 25 years ago
right-floating image makes its cell expand
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: corack, Assigned: buster)
References
()
Details
(Whiteboard: [TESTCASE])
Attachments
(1 file)
377 bytes,
text/html
|
Details |
The page doesn't render correctly as it does in either Netscape 4+ or IE 4/5, not sure exactly what the bug is caused by, but it is obviously rendering incorrectly.
QA Contact: leger
Summary: doesn't seem to render the page correctly...
URL: help.earthlink.net
Comment 2•25 years ago
|
||
Updated•25 years ago
|
Assignee: don → karnaze
Component: Browser-General → HTMLTables
Summary: right-aligned image messes up table layout
Whiteboard: [TESTCASE]
Comment 3•25 years ago
|
||
Good testcase. I was working on the same thing... (style="float: right" on the image works too) Changing title from "right-aligned image messes up table layout" to "right-floating image makes its cell expand".
Summary: right-aligned image messes up table layout → right-floating image makes its cell expand
Updated•25 years ago
|
Assignee: karnaze → kipp
Comment 4•25 years ago
|
||
Kipp, the floating image in the 2nd cell's area frame is reporting an unconstrained desired width, causing the 1st cell to be too narrow. This may be a dup of bug 12003, but that one is marked M15. TC::Rfl 02674EA0 rea=1 av=(3825,UC) comp=(3765,UC) Area::Rfl en 02674E00 rea=1 av=(3765,UC) comp=(3765,UC) Area(td)(1)@02674E00: WARNING: max-element-size:840,765 desired:3765,0 maxSize:3 765,1073741824 Area::Rfl ex 02674E00 des=(3765,765) maxElem=(840,765) TC::Rfl ex 02674EA0 des=(3825,825) maxElem=(900,825) TC::Rfl 02674EA0 rea=0 av=(UC,UC) comp=(3765,UC) Area::Rfl en 02674E00 rea=0 av=(UC,UC) comp=(UC,UC) Area(td)(1)@02674E00: WARNING: max-element-size:840,765 desired:840,0 maxSize:10 73741824,1073741824 Area::Rfl ex 02674E00 des=(UC,765) maxElem=(840,765) TC::Rfl ex 02674EA0 des=(UC,825) maxElem=(900,825)
Updated•24 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•24 years ago
|
||
Using 12/13 build, verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•