Closed
Bug 136022
Opened 23 years ago
Closed 22 years ago
body{overflow:auto;} causes mozilla to stop rendering if the body is too large
Categories
(Core Graveyard :: GFX, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: woolite, Assigned: kmcclusk)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.0 (X11; Linux i686; U;) Gecko/20020402
BuildID: 2002040609
In the page http://www.darkpact.com/test2.html, the text in the body is only
rendered up to the number 107 when the CSS tag "body{overflow:auto}" is used.
All of the numbers (up to 140) should be visable, plus the text after the table
of numbers.
Reproducible: Always
Steps to Reproduce:
1. Visit http://www.darkpact.com/test2.html
2. Slowly scroll down the page using the right-most scroll bar.
3. 107 should be the last visable number in the table.
Actual Results: Numbers after 107 were not rendered.
Expected Results: All numbers should have been rendered, including the text
after the table.
The bug was originally found on this page:
http://anime.darkpact.com/b/theme/Air_1128/bbsnote.cgi
I am using the Debian mozilla 2002040609 snapshot package
Comment 1•23 years ago
|
||
WFM, fresh Linux CVS build.
Comment 2•23 years ago
|
||
doesn't work for me Build 2002040706 on Linux
.. it's something like a 'refresh' problem..
when i scroll down fast i can see more numbers (up to ~126 or so)
Christopher:
Maybe you got a to hig screen resolution? (..or a to big mozilla window..) Try
it again with 800x600..
Comment 4•23 years ago
|
||
I'm seeing this with linux trunk 2002-04-12-21.
Assignee: attinasi → kmcclusk
Status: UNCONFIRMED → NEW
Component: Layout → GFX Compositor
Ever confirmed: true
QA Contact: moied → petersen
Reporter | ||
Comment 5•23 years ago
|
||
The bug can be seen more readily on this page:
http://anime.darkpact.com/b/theme/Air_1128/bbsnote.cgi
Assignee | ||
Updated•23 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
Reporter | ||
Comment 6•22 years ago
|
||
A few updates.
http://anime.darkpact.com/b/theme/Air_1128/bbsnote.cgi has moved to
http://anime.darkpact.com/b/theme/Air_20326/bbsnote.cgi
http://www.darkpact.com/test2.html is now http://www.darkpact.com/test3.html
The above example is a lot easier to see the bug now.
Comment 7•22 years ago
|
||
*** Bug 162762 has been marked as a duplicate of this bug. ***
Comment 8•22 years ago
|
||
It also happens for body{overflow:scroll} as can be seen at
http://www2.ibmlink.ibm.com/cgi-bin/master?xh=Bw7YtSZ47bFAP72USenGnN9332&request=announcements&parms=H%5f102%2d213&xfr=N
Comment 9•22 years ago
|
||
mac os x 20021130
WFM - I can see all 200 numbers
Reporter | ||
Comment 10•22 years ago
|
||
WFM
Linux - 20021208 build
Comment 11•22 years ago
|
||
It does seem to work better on WinMe using Moz 1.2.1, 20021130, than it
used to on previous versions. However, it still eventually fails for
the IBM Announcement page test
http://www2.ibmlink.ibm.com/cgi-bin/master?xh=Bw7YtSZ47bFAP72USenGnN9332&request=announcements&parms=H%5f102%2d213&xfr=N
Scroll down to the bottom of that page and the rendering fails with
repeated, often overlaid images instead of the expected text. Also, the
double right scrollbar is still present. Compare this with a rendering
of the page under IE. The Mozilla improvement is that the failure now
occurs much further down the page than before and the funky gray
horizontal bars no longer appear.
Comment 12•22 years ago
|
||
Regarding comment 11
this WFM. I've tried resizing the window to approx 400X400 and it still works. I
can't reproduce any of the bugs you've described. No double right scrollbar or
clipped contents.
Using (still) 1.2.1 build 20021130 on mac os x.
Comment 13•22 years ago
|
||
WFM with Mozilla 1.3, Windows 2000, is this still an issue Linux?
Reporter | ||
Comment 14•22 years ago
|
||
WFM Mozilla 2003032613 Linux and Mozilla Gecko/20030311.
I'm thinking that this bug was silently been fixed recently.
How do I go about getting this bug marked as 'FIXED' or 'WFM'?
Can I just mark it myself, or does a mozilla developer need to resolve it?
As for the IBM page, I still see the grey bars on my builds, but that is
probably a different bug all together.
Comment 15•22 years ago
|
||
Since you filed, the bug, you can resolve it (Worksforme is the right resolution
here).
Reporter | ||
Comment 16•22 years ago
|
||
Works for me. Resolving bug.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•