Closed
Bug 1786449
Opened 2 years ago
Closed 2 years ago
Overscroll animation support on Android 9 or early
Categories
(GeckoView :: General, enhancement, P3)
Tracking
(firefox104 wontfix, firefox105 wontfix, firefox106 fixed)
RESOLVED
FIXED
106 Branch
People
(Reporter: m_kato, Assigned: m_kato)
Details
Attachments
(1 file)
Overscroll animation support on Android 9 or early is removed by bug 1724480 (https://hg.mozilla.org/integration/autoland/rev/cab7bc1b315b). But I don't know why removed.
Comment 1•2 years ago
|
||
More than half our users have Android 9 or early, so many users are affected by this bug.
Assignee | ||
Comment 2•2 years ago
|
||
To support overscroll drawing on old Andorid (9 or early), we use the
reflection to access Paint
object. But this is removed by bug 1724480. So I
would like to revert overscroll part for Android 9 or early.
I tested on old Galaxy S7 (Android 9).
Updated•2 years ago
|
Assignee: nobody → m_kato
Status: NEW → ASSIGNED
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/3634bb79a19f
Revert overscroll support part of bug 1724480. r=geckoview-reviewers,calu
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
Comment 5•2 years ago
|
||
This fix can ride the trains with 106. No need to uplift to Beta 105.
status-firefox104:
--- → wontfix
status-firefox105:
--- → wontfix
Updated•9 months ago
|
Component: Core → General
You need to log in
before you can comment on or make changes to this bug.
Description
•