Closed Bug 1261 Opened 26 years ago Closed 26 years ago

wrong layout for nested tables

Categories

(Core :: Layout: Tables, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: buster, Assigned: buster)

References

()

Details

<html> <body> <table border=5 bgcolor="#000000" cellpadding=1 cellspacing=0 hspace=2 vspace=2 width=200 align=right> <tr><td> <table border=5 cellpadding=1 cellspacing=0 xwidth="100%"> <tr align=center> <td bgcolor="#ffffcc"> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxQ </td> </tr> </table> </td></tr></table> </body> </html
Status: NEW → ASSIGNED
Assignee: buster → kipp
Severity: normal → minor
Status: ASSIGNED → NEW
Priority: P2 → P3
the table lays out correctly. The remaining problem is when the window is made narrow, the floating table left edge disappears. Maybe the floater code isn't properly respecting maxElementSize?
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
An amusing bug: if the floater was wider than its parent AND the floater was right aligned then the floaters origin could end up outside its parent. A trivial fix was to just check for the case and force the floater to be no furthur left than the left edge...
QA Contact: 4110
Status: RESOLVED → VERIFIED
Using the 3/1, verified bug fixed.
You need to log in before you can comment on or make changes to this bug.