Closed Bug 19579 Opened 25 years ago Closed 24 years ago

[FLOAT] Window resize leads to incorrect image layout

Categories

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

x86
Linux
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: sitsofe, Assigned: buster)

References

()

Details

Attachments

(1 file)

Go to the above URL and look at the Winmag logo. Resize the window so it is less
than 600 pixels across. The Winmag logo will suffer incorrect positioning.
Making the window bigger after this will not restore the original position.

Build ID: 1999111520 Linux.
Assignee: troy → karnaze
Component: Layout → HTMLTables
Looks like a table issue
Summary: Window resize leads to incorrect image laayout → Window resize leads to incorrect image layout
*** Bug 20627 has been marked as a duplicate of this bug. ***
Test case attached is a simplified case for the bug. The pattern
is :

<table width="128" align="left">
  <tr> <td> ... </td> </tr>
</table>
 <p><img src="" width="466" height="49"></p>
<table width="466">
  <tr> <td width="100%"> ... </td> </tr>
</table>

So that's two floater's to the right of an aligned-left table -- narrowing
the page causes (1) first, the IMG overlays the L.H. column and (2) further
narrowing causes the IMG and R.H. table to be reflowed *below* the L.H. table.

See also bug 5859 which was for this same url/pattern, and had a problem,
but then it became WORKSFORME (dbaron has some test cases filed at bug 5859).
Assignee: karnaze → kipp
Reassigning to Kipp.
mass moving all Kipp's pre-beta bugs to M15.  Nisheeth and I will
prioritize these and selectively move high-priority bugs into M13 and M14.
Summary: Window resize leads to incorrect image layout → [FLOAT] Window resize leads to incorrect image layout
mine! mine mine mine!  all mine!  whoo-hoo!
Assignee: kipp → buster
this is a case of initial relfow != resize reflow.  my new VerifyReflow code
should help track this down.
Whiteboard: use VerifyReflow to determine why initial != resize
related to 24728 and 18827
Status: NEW → ASSIGNED
Whiteboard: use VerifyReflow to determine why initial != resize → fix in hand
moving all buster m15 bugs to m16.
Target Milestone: M15 → M16
fix checked in.  should be able to verify against 4/17/00 build.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Whiteboard: fix in hand
Fixed in the July 6th build.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: