Closed
Bug 1267046
Opened 9 years ago
Closed 9 years ago
Choppy scrolling page on retina display
Categories
(Core :: Panning and Zooming, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bram.speeckaert, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Firefox/45.0
Build ID: 20160407164938
Steps to reproduce:
1) Open http://larian.com/forums/ubbthreads.php?ubb=showflat&Number=580880&#Post580880 on a retina display.
2) Try scrolling.
Actual results:
Scrolling was very choppy.
Expected results:
Scrolling should be smooth, as it is in other browsers.
Updated•9 years ago
|
Component: Untriaged → Panning and Zooming
Product: Firefox → Core
Comment 1•9 years ago
|
||
Do you see any improvement on a Nightly build? We have a different scrolling mechanism on Nightly compared to Release, it should be less janky.
Flags: needinfo?(bram.speeckaert)
| Reporter | ||
Comment 2•9 years ago
|
||
Scrolling is indeed much smoother in Nightly, although some page drawing seems a little delayed (elements appearing after being scrolled onto the screen). I do prefer that to the janky scrolling, though. :)
Flags: needinfo?(bram.speeckaert)
Comment 3•9 years ago
|
||
Thanks!
(In reply to Bram Speeckaert from comment #2)
> Scrolling is indeed much smoother in Nightly, although some page drawing
> seems a little delayed (elements appearing after being scrolled onto the
> screen).
Yeah, that's a known issue, and the tradeoff with having asynchronous scrolling. We're working on minimizing that 'checkerboarding' but it'll be hard to eliminate it entirely.
Based on this I'm going to close this as WFM. The asynchronous scrolling code is already enabled by default, but is conditional upon the multi-process project (e10s), and so will be released at the same time as that.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•