Closed
Bug 222198
Opened 21 years ago
Closed 17 years ago
slow scrolling when fixed elements are partially outside the viewing area
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: junk, Assigned: roc)
Details
(Keywords: testcase)
Attachments
(1 file)
6.04 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20030929 Firebird/0.7+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20030929 Firebird/0.7+
When a page contains:
1. elements with a style of position: fixed;
2. any of those elements are partially outside the viewing area (window is too
small, element too large, etc)
Two things happen:
1. Scrolling is slowed drastically.
2. Painting problems may occur (see bug 186696, bug 183495).
This is a separate problem from general slowness resulting from fixed elements
(bug 201307). See the attached test case.
Reproducible: Always
Steps to Reproduce:
Reporter | ||
Comment 1•21 years ago
|
||
This is Chu Alan's test case from bug 201307, from whence this bug came.
Reporter | ||
Comment 2•21 years ago
|
||
Just downloaded Mozilla 1.5, Firebird 0.7, and I'm happy to say that this
slowdown doesn't occur in these!
It's wierd how this problem keeps coming and going though. Resolve WFM, reopen
if it comes back, I guess...?
Comment 3•20 years ago
|
||
This might be a symptom of bug 124150. See my comment 66 in that bug.
Updated•20 years ago
|
Reporter | ||
Comment 4•17 years ago
|
||
Worked in 2003, still works in 2008, resolving.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•