Closed
Bug 708921
Opened 11 years ago
Closed 11 years ago
It takes too long to bounce back from the sides sometimes
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox13 verified)
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
firefox13 | --- | verified |
People
(Reporter: pcwalton, Assigned: pcwalton)
Details
Attachments
(1 file)
3.42 KB,
patch
|
kats
:
review+
|
Details | Diff | Splinter Review |
Sometimes, when you overscroll, it takes too long to bounce back from the sides. This is because we wait for all motion to stop (even motion that doesn't really exist because the axis was locked).
Assignee | ||
Comment 1•11 years ago
|
||
Proposed patch attached. This makes us bounce back when the magnitude of the velocity vector is lower than STOPPED_THRESHOLD.
Assignee: nobody → pwalton
Status: NEW → ASSIGNED
Attachment #580264 -
Flags: review?(bugmail.mozilla)
Updated•11 years ago
|
Attachment #580264 -
Flags: review?(bugmail.mozilla) → review+
Assignee | ||
Comment 2•11 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/963303fb308e
Comment 3•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/963303fb308e
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 4•10 years ago
|
||
Verified fixed on: Firefox 13.0a1 (2012-02-17) 20120217031227 http://hg.mozilla.org/mozilla-central/rev/2271cb92cc05 -- Device: Motorola Droid PRO OS: Android 2.3.3
Status: RESOLVED → VERIFIED
status-firefox13:
--- → verified
Updated•1 year 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
•