Open
Bug 720459
Opened 14 years ago
Updated 3 years ago
Janky scrolling at http://html5please.us/
Categories
(Core :: General, defect)
Tracking
()
NEW
People
(Reporter: justin.lebar+bug, Unassigned)
References
()
Details
(Whiteboard: [snappy:p3])
STR on my Linux box:
* Open http://html5please.us/
* Grab the scroll bar and drag quickly down to the bottom, then back up.
Actual results: Jank.
Expected results: No jank.
Chrome scrolls through this page just fine.
Sounds like we should run this through our new jank profiler.
Comment 1•14 years ago
|
||
Looks like we spend a lot of time drawing the radial gradient in the background; remove that and it is snappy for me. It's a double shame since the background looks like its a single solid colour after the first screen-full or so.
Comment 2•14 years ago
|
||
I can't reproduce this, was this fixed or is my machine too fast?
Whiteboard: [snappy] → [snappy:p4]
| Reporter | ||
Comment 3•14 years ago
|
||
Still janky on my Linux box. I *thought* it was a fast machine. :)
Comment 4•14 years ago
|
||
(In reply to Justin Lebar [:jlebar] from comment #3)
> Still janky on my Linux box. I *thought* it was a fast machine. :)
Looks like gfx accel on windows takes care of this. Leaving as p4 since it's unlikely that right people will get to this soon.
Comment 5•14 years ago
|
||
I keep accidentally using a non-existent snappy:p4 priority
Whiteboard: [snappy:p4] → [snappy:p3]
Comment 6•13 years ago
|
||
I can reproduce this on windows 7 x86_64 build.
Hardware Acceleration off.
(having it on causes all sorts of redraw errors on dual screen setups)
Comment 7•13 years ago
|
||
Should we dep this against 100951 or is this a different kind of scroll?
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•