Closed
Bug 203588
Opened 22 years ago
Closed 21 years ago
Horizontal scrollbar is displayed when it shouldn't
Categories
(Core :: Layout: Block and Inline, defect, P3)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: MatsPalmgren_bugz, Assigned: roc)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
732 bytes,
text/html
|
Details |
DESCRIPTION:
Horizontal scrollbar is displayed when it shouldn't.
(This bug is spawned off from bug 147463)
REPEAT BY:
1. When resizing the window horizontally slowly (Testcase #1) the
horizontal scrollbar does not disappear when it should. Resizing faster
makes it disappear correctly. See screenshot of this in attachment 121846 [details].
- or -
2. Visiting the URL, a horizontal scrollbar appears occasionally.
See screenshot in attachment 121847 [details].
ACTUAL BEHAVIOUR:
Horizontal scrollbar is displayed even when the DIV is wider than its content.
PLATFORM & BUILD:
Both problems are repeatable on both Windows 98 and Linux:
2003-04-26-05 trunk Linux
2003-04-26-08 trunk Windows 98 SE
Reporter | ||
Comment 1•22 years ago
|
||
Comment 3•22 years ago
|
||
So what, you get a horinzontal scrollbar when you check the checkbox?
Dont get any scrollbar with build 2003042708, Windows 2000.
Comment 5•21 years ago
|
||
I believe this is also what I'm seeing with Mozilla 1.7 and Firefox 0.9, this
was not the case for Mozilla 1.6 and Firefox 0.8 (all win2k)
Here's the html that always causes the scrollbar to always appear when it
shouldn't. Upping the marginwidth on the body fixes it.
<html>
<body marginwidth="0">
<table width="100%">
<tr>
<td align="right" bgcolor="#cccccc">
<font color="#ffffff">
<a href="#" target="_blank">Help</a>
</font>
</td>
</tr>
</table>
</body>
</html>
Reporter | ||
Comment 6•21 years ago
|
||
Comment 5 is a different problem - I spawned that off as bug 257327.
Reporter | ||
Comment 7•21 years ago
|
||
WFM, 2004-08-27-07 trunk Windows XP
WFM, 2004-08-28-06 trunk Linux
-> WORKSFORME
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•