Closed
Bug 102544
Opened 23 years ago
Closed 23 years ago
Table cell expands towards the right when a div with overflow set to scroll is put inside it and the arrows on the div's scrollbars are pressed.
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: mxsidesi, Assigned: asa)
Details
Table cell expands towards the right when a div with overflow set to scroll is
put inside it and the arrows on the div's scrollbars are pressed. This behavior
is not experienced when the arrows are not used in the div's scrollbar to move
the scrollbar.
Code example:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
</head>
<body>
<table border="1" bordercolor="#000000">
<tr>
<td>
<div style="overflow:scroll; height:100px; width:100px;">
Mozilla {BuildID:2001091303} PC WindowsNT<br />
Mozilla {BuildID:2001091303} PC WindowsNT<br />
Mozilla {BuildID:2001091303} PC WindowsNT<br />
Mozilla {BuildID:2001091303} PC WindowsNT<br />
Mozilla {BuildID:2001091303} PC WindowsNT<br />
Mozilla {BuildID:2001091303} PC WindowsNT<br />
Mozilla {BuildID:2001091303} PC WindowsNT<br />
Mozilla {BuildID:2001091303} PC WindowsNT<br />
Mozilla {BuildID:2001091303} PC WindowsNT<br />
Mozilla {BuildID:2001091303} PC WindowsNT<br />
</div>
</td>
</tr>
</table>
</body>
</html>
Updated•23 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 1•23 years ago
|
||
The supplied test code worksforme in Win2K build 2001092803 - it was most likely
fixed by the checkin for bug 73235, so I'm marking this bug as a dupe of that one.
However, the described behavior is still known to occur in some cases (see
attached url in bug 62556.)
*** This bug has been marked as a duplicate of 73235 ***
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•