Closed
Bug 1186765
Opened 10 years ago
Closed 9 years ago
Scrolling is janky on specific page when zoomed in
Categories
(Firefox for Android Graveyard :: Toolbar, defect)
Firefox for Android Graveyard
Toolbar
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: Swarnava, Unassigned)
References
()
Details
Go to: http://gerrit.aospal.com/#/c/1155/4/packages/SystemUI/src/com/android/systemui/BatteryMeterView.java:
try to zoom in/out and scroll down/up
Result:
the browser become unresponsive sometime.
Reporter | ||
Updated•10 years ago
|
Version: Firefox 39 → Firefox 40
Reproduced with today's Fennec Nightly on a Sony Xperia Z3 running Android 5.0.2. Chrome 43 seems to perform much better although I still notice some slight jank.
Version: Firefox 40 → Trunk
Snorp, what can we do about this?
Flags: needinfo?(snorp)
Comment 3•10 years ago
|
||
This another instance of synchronous subframe scrolling biting us.
Depends on: apz-fennec
Flags: needinfo?(snorp)
Comment 4•10 years ago
|
||
I think the URL is invalid now, it goes to some hosting company's website instead of (presumably) a java code file.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 5•10 years ago
|
||
hmm, here is a new url http://review.cyanogenmod.org/#/c/122385/1/doze/src/com/cyanogenmod/settings/device/MotoDozeService.java
you can check this on any gerrit code review repo
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Reporter | ||
Updated•10 years ago
|
Comment 6•10 years ago
|
||
This is improved now with APZ, but still seems to be pretty janky -- especially when you are zoomed in.
Comment 7•10 years ago
|
||
Agreed, when zoomed it appears to jank when a repaint comes in, or something. Not entirely sure, we will need to investigate. I'm marking this as blocking APZ riding the trains on Fennec just so we make sure we look into what's going on before we ship it.
Blocks: fennec-aboard-apz
No longer depends on: apz-fennec
Summary: Fennec is becoming laggy on long webpage → Scrolling is janky on specific page when zoomed in
Reporter | ||
Updated•10 years ago
|
Status: REOPENED → NEW
Comment 9•9 years ago
|
||
I don't see a lot of jank when APZ-scrolling on this anymore. I do see other issues however. It looks like there are actually two scrolling subframes which are "linked", so scrolling one will scroll the other. This "linking" is a scroll-linked effect which is laggy with APZ and makes it look janky. We have bug 1246290 as a backup plan for that issue, if it becomes too bad.
On top of that, this is a CodeMirror code window, which has it's own set of problems (bug 1249090) with respect to checkerboarding. It also had jankiness issues (bug 1239615, fixed by bug 1243589). When zooming in it looks like there's still some checkerboard-like behaviour going on, which we can track with bug 1249090.
Basically, the jank seems to be fixed, so I'm going to close this bug. If there's more issues that are not covered by the above-referenced bugs, please file a new bug. Thanks!
Status: NEW → RESOLVED
Closed: 10 years ago → 9 years ago
Resolution: --- → WORKSFORME
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•