Closed
Bug 163644
Opened 22 years ago
Closed 22 years ago
page is displayed wider than window visible area
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: alexander.v.rabtchevich, Unassigned)
Details
Attachments
(1 file)
110.33 KB,
application/x-zip-compressed
|
Details |
"Elastic" tables are not displayed properly (with 100% width). It seems the
width of vertical scrollbar is not taking into account or something else. So the
horisontal scrollbar appears and the page becomes wider than the window visible
area.
Comment 1•22 years ago
|
||
any testcase?
Reporter | ||
Comment 2•22 years ago
|
||
I've observed it several times. The last one can be watched at
http://pc26.iaph.bas-net.by/1/
This page is in Russian, at slow server and under development, but I hope it can
work as an example.
Note, I have 800x600 screen resolution.
Comment 3•22 years ago
|
||
Alexander Rabtchevich: the server you mentioned is not reachable. Please create
an attachment of a page that displays the problem you have. Please also
indicate the version of mozilla you are using (the Build ID can be found in
Help/About Mozilla). Thank you.
Reporter | ||
Comment 4•22 years ago
|
||
The server is temporary down, so here is a page from it. It is saved with
Mozilla 2002092108. It is in Russian.
Pay attention at the text right to images list. Text displaying is trancated.
Comment 5•22 years ago
|
||
-> Layout
Assignee: Matti → other
Component: Browser-General → Layout
QA Contact: asa → ian
Comment 6•22 years ago
|
||
The attachment in comment 4 doesn't have the table being too wide. The markup is:
<body>
<table width="100%"></table>
<div style="width: 100%; margin-left: 5px; margin-right: 5px"></div>
</body>
This means "make the div the width of the viewport, then move it 5px to the
right". At which point, you naturally get a horizontal scrollbar (with 5px of
scrolling room).
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•