Closed
Bug 847467
Opened 12 years ago
Closed 11 years ago
Janky scrolling on Google Trends page
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mayankleoboy1, Unassigned)
References
()
Details
(Keywords: perf, Whiteboard: [jwatt:invalidation] [in-the-wild] [external-report])
Attachments
(1 file)
420 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20130228 Firefox/22.0
Build ID: 20130228165151
Steps to reproduce:
1. Create fresh profile
2. Go to given URL : https://www.google.com/trends/explore#q=%22ARM%20architecture%22%2C%20%22MIPS%20architecture%22%2C%20%22x86%20architecture%22%2C%20%22POWER%20architecture%22%2C%20%22SPARC%20architecture%22&cmpt=q
3. Scroll
Actual results:
Janky, stuttery scrolling
Expected results:
Smooth scrolling.
Profile with HWA on : http://people.mozilla.com/~bgirard/cleopatra/#report=d58fb0c4859875dd7bd6c05d27649043ffb4dc38
Profile with HWA off : http://people.mozilla.com/~bgirard/cleopatra/#report=40cf759a9667c9097e27ae034ad7c3e89565c308
HWA off is better than HWA on, but is still janky.
Reporter | ||
Updated•12 years ago
|
![]() |
||
Comment 2•12 years ago
|
||
The charts and map are invalidating for each change in scroll position.
![]() |
||
Comment 3•12 years ago
|
||
Seems that we're invalidating SVG with a clip-path on every scroll offset change.
![]() |
||
Updated•12 years ago
|
Whiteboard: [jwatt:invalidation]
![]() |
||
Updated•12 years ago
|
Whiteboard: [jwatt:invalidation] → [jwatt:invalidation] [in-the-wild] [external-report]
Comment 4•11 years ago
|
||
This seems fixed, probably by the first patch in bug 912953.
You need to log in
before you can comment on or make changes to this bug.
Description
•