Closed
Bug 392320
Opened 18 years ago
Closed 18 years ago
slow scrolling when the page has a static background
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: 84yelo3, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.6) Gecko/20070810 Ubuntu/7.10 (gutsy) Firefox/2.0.0.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.6) Gecko/20070810 Ubuntu/7.10 (gutsy) Firefox/2.0.0.6
in some sites such as
http://www.starcraft2.com/
http://www.linuxpowertop.org/known.php
which have an image in the background
when the background becomes visible (for example in the bottom of starcraft2 site), the scrolling is really slow
Reproducible: Always
Steps to Reproduce:
1. visit the site
2. scroll down
Actual Results:
when you see the background scrolling becomes too slow and not fluid
Expected Results:
scrolling must be the same speed and not suffer from these sites background
- in windows this problem does not exist!!!
- some distributions such as ubuntu, has this problem empathized
| Reporter | ||
Comment 1•18 years ago
|
||
maybe the code portion that causes the bug is this
body { background-color: #fff;
background-image: url("images/rubric/gradient.gif");
background-attachment: fixed;
background-position: bottom;
background-repeat: repeat-x; }
| Reporter | ||
Comment 2•18 years ago
|
||
I've read bug https://bugzilla.mozilla.org/show_bug.cgi?id=124150 but I think it is not a dup because it only states OS=Windows
| Reporter | ||
Comment 3•18 years ago
|
||
I opened a bug for granparadiso, closing this
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
Comment 4•18 years ago
|
||
Duplicate of bug #394005
You need to log in
before you can comment on or make changes to this bug.
Description
•