Closed
Bug 758655
Opened 14 years ago
Closed 5 years ago
Fix motion blurring on scroll
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: ibarlow, Unassigned)
References
Details
The motion blur we use when scrolling quickly is pretty neat, except when scrolling stops and you're stuck with a blurred page, sometimes for upwards of a second or two.
We should find a way to leave that "blur mode" as soon as you either slow down scrolling or stop scrolling.
Comment 1•14 years ago
|
||
Sounds like bug 757039 which was fixed on Nightly two days ago
Comment 2•14 years ago
|
||
Is there a specific page you were having this problem with?
The motion blur is just the low-res screenshot that replaced checkerboards a while ago, isn't it? There's probably already a meta bug somewhere about reducing checkerboarding.
| Reporter | ||
Comment 4•14 years ago
|
||
It seems to be happening on www.smashingmagazine.com, on today's Nightly on tablets
Comment 5•14 years ago
|
||
www.smashingmagazine.com is slow to paint because of shadows. Here's what seems to be happening.
Because the page is slow to paint the lowres screenshot takes a very long time to take. Currently we'll take the screenshot about every 5s and this can cause the low-res content to stay on the screen because we're busy taking the screenshot and can't get around to regular painting.
A couple of things will help here. We're working on making the screenshots have less impact and happen at better times (bug 755070). Second we can make the shadow bluring more efficient (bug 758825)
Comment 7•5 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
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
•