Closed Bug 154588 Opened 22 years ago Closed 6 months ago

vertical scrollbar absent when viewing a very long webpage

Categories

(Core :: Layout, defect, P3)

x86
Windows 2000
defect

Tracking

()

RESOLVED WORKSFORME
Future

People

(Reporter: jvanlooy, Unassigned)

References

()

Details

Attachments

(1 file)

when viewing the longest work of art in the world (A Maior Obra de Arte do
Mundo) the vertical scrollbar does not appear
Confirming this, using trunk build 2002062608 and WinXP. But it seems to be a
duplicate of another bug like this ?

Am I right ?

Dup of 116707 or 72127 ?
I see the same problem, however I noticed that the scrollbar appeared for a
short period of time (Shift-Reload) before disappearing.

The HTML behind this thing is really really long, and I suspect a problem with
the HTML somewhere.
i do not think it is a duplicate

Dup of 116707?
i do not think it is the windowwidth 


 or 72127 ? 
the horizontal scrollbar does not show.
this seems to be the problem:

<td height= does not accept high values

see:
http://altf4.arts.kuleuven.ac.be/jan/scrollbar/test.htm

shows in IE
As a followup to Comment #4, when using Composer you can't set height to be
higher than 10,000. (Hmmm, I probably should file a seperate bug on that).
Depends on: 155196
This bug is blocked by bug #155196
Status: UNCONFIRMED → NEW
Ever confirmed: true
-> Layout (please try to find a better component if you confirm it !)
Assignee: Matti → attinasi
Component: Browser-General → Layout
QA Contact: imajes-qa → petersen
Priority: -- → P3
Site http://www.mama.ru has no scrollbar either while being opened in a new
window. Please check if there is the same reason, or I should post a separate
bugreport.
win2000 build 2002061104

canNOT confirm this. opens perfectly fine in my build

(http://www.mama.ru)
Thanks. Reopened this as OS/2 specific bug #155864
Target Milestone: --- → Future
Sicne this was reopned as bug 155864 (OS/2 specific), closing as worksforme.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Retested example URL, and still no scrollbar with build 20021004-TRUNK on WinXP SP1.

Reopening.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
The problem here is very simple.  Mozilla's layout is done in integer units.  At
a typical screen resolution, no sizes larger than 2^31 / 20 px can be expressed
in these units. That's about 1e8 pixels.

This web page tries to create a table that's a good deal taller than that (based
on my experiments with removing parts of it until it stops overflowing,
something on the order of 2e8 to 3e8 px is what the page is trying to do).  So
the height overflows the 32-bit value, becomes negative, and the table is
computed as having 0 height.

I doubt that we will ever support pages of this sort; any sane unit system that
works for normal pages will break down for pages like this one....

So recommending WONTFIX.

For the curious, Netscape 4 does show a scrollbar, but the rendering cuts off
after about the same 1e8 px.
Priority: P3 → --
Target Milestone: Future → ---
It is obvious that, from a tech point of view, this bug is entirely unimportant.
From a public relations pov however, it would be a pity that perhaps one of the
best-known instances of web-art does not display in Moz.
FWIW, IE 6.0SP1 renders the entire page, and provides a scrollbar.

However, if nothing else, I'd like to see the Netscape 4.x behaviour rather than
having no scrollbar.
Oh?  What does IE6 report for the offsetHeight of that table?
Priority: -- → P3
Target Milestone: --- → Future
the original example has disappeared, but i have built a testcase with one table
of which i change the height. 

these are some testresults for IE (height table: offsetheight):
50:54, 100:104, 99999999:100000003, 134217726:134217730(limit?),
999999999:134217731, 999999999999:134217731
Jan: please attach testcase
Assignee: attinasi → nobody
QA Contact: chrispetersen → layout
Severity: normal → S3

Unable to reproduce

Status: REOPENED → RESOLVED
Closed: 22 years ago6 months ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: