Closed
Bug 421318
Opened 18 years ago
Closed 16 years ago
Scrolling a page with SVG is slow and jerky
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: base12, Unassigned)
References
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre) Gecko/2008030607 Minefield/3.0b5pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre) Gecko/2008030607 Minefield/3.0b5pre
I have a page with an SVG banner at the top. For some reason, the page with this SVG scrolls very slowly and jerkily until the SVG is outside the viewport.
Reproducible: Always
Steps to Reproduce:
1.Open the page.
2.Scroll down using the mouse scroll wheel.
3.Scroll up using the mouse scroll wheel.
Actual Results:
Scrolling is slow and jerky.
Expected Results:
Scrolling should not be slow and jerky.
Scrolling gets especially slow when smooth scrolling is enabled. With page zoom, the performance is even worse.
I'm attaching a test page and SVG. The fixed <div> in the page seems to have some effect. Without the <div> being fixed, scrolling down is OK, only scrolling up is slow and jerky. With the fixed <div> both scrolling up and down are slow and jerky.
The may be the same as bug 317398, but that bug seemed to have to do with extremely large SVGs.
Updated•18 years ago
|
Component: General → SVG
Product: Firefox → Core
QA Contact: general → general
Comment 3•18 years ago
|
||
Basically the same as bug 317398 yes. The Gaussian Blur filter is slow.
Depends on: 418201
The position:fixed element forces us to redraw the whole page when you scroll, and the filter makes each redraw slow. Bug 418201 will help.
Comment 6•16 years ago
|
||
Doesn't seem slow any more. Can we close as WFM now?
Yes. Scrolling seems to be much improved.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•