Open
Bug 246393
Opened 21 years ago
Updated 3 years ago
Diagonal smooth-scrolling is jerky and slow.
Categories
(Core :: Web Painting, defect)
Tracking
()
NEW
People
(Reporter: adam, Unassigned)
References
()
Details
(Keywords: perf)
While smooth-scrolling is pretty performant in either the horizonal or vertical
directions, diagonal smooth-scrolling (as done by tapping, say, right-arrow and
down-arrow repeatedly) really seems very much slower and jerkier on my system,
and takes longer to come to rest.
It's fine with smooth-scrolling turned off.
I'd expect diagonal smooth-scrolling to be roughly comparable in
speed/smoothness/cpu-burn as smooth-scrolling a similar distance horizontally or
vertically.
Right now when you smooth-scroll diagonally, we repaint the bounding box of the
damage areas, which is the whole page. There's no easy way to avoid that.
Reporter | ||
Comment 2•21 years ago
|
||
Ah, I see. Ouch.
Comment 3•20 years ago
|
||
I've had ti uninstall Mozilla 2X because when i take the recent upgrade,
scrolling is Jerky and skidding...Rick
Updated•16 years ago
|
QA Contact: ian → layout.view-rendering
Assignee: roc → nobody
Comment 6•10 years ago
|
||
It's better you ask the reporter or anyone else that commented they reproduced it.
I just don't have time to test old bugs like this, sorry.
Flags: needinfo?(mats)
Assignee | ||
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•