Closed Bug 9811 Opened 25 years ago Closed 25 years ago

Table reflowed differently after mousedown on link

Categories

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

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 7522

People

(Reporter: adb, Assigned: karnaze)

References

()

Details

Overview Description:

When the sample table is a critical width, the pressing the left button down
causes the table to be reflowed, and the line breaks change.

Steps to Reproduce:

1) Go to test page at http://www.tardis.ed.ac.uk/~adb/moztest1.html

2) Make your browser window quite wide, then slowly make it narrower until a
blank line appears between the links.  Stop whenever the blank line appears.
This happens on my setup when the window is 548 pixels wide (screen res
1280x1024).

3) Press (but don't release) the left mouse button over the first link.

Actual Results:

The blank line between the links disappears.  (The table appears to change size
slightly also)

Expected Results:

The table doesn't need to be reflowed.  Even if it was, it shouldn't change
appearance.

Build Date & Platform Bug Found:

13 July 1999 Nightly Build on win32 (apprunner)
Running on WinNT4.0 SP4

Additional Builds and Platforms Tested On:
None.

Additional Information:
Here's the source of the test page ...

<html>
<head></head>
<body>

<center>
 <table BORDER COLS=1 WIDTH="45%" HEIGHT="35%" >
 <tr>
 <td>
  <ul>
  <br><a href="http://wibble">This is line one of this test page</a>
  <br><a href="http://wibble">This is line two of this test page</a>
  </ul>
 </td>
 </tr>
 </table>
</center>

</body>
</html>
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 7522 ***
Status: RESOLVED → VERIFIED
Verified Dup...see Bug 7522
You need to log in before you can comment on or make changes to this bug.