Closed
Bug 898842
Opened 11 years ago
Closed 11 years ago
Increase fling momentum
Categories
(Firefox for Metro Graveyard :: Pan and Zoom, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 26
People
(Reporter: jimm, Assigned: bbondy)
References
Details
(Whiteboard: [Metro Preview] )
Attachments
(1 file)
1.02 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
Our old scroll code applied more momentum to flings, which I personally prefered. Currently fling only moves the page about an inch. I think we should increase this so that a fling scrolls ~2x page height.
Reporter | ||
Updated•11 years ago
|
Component: Input → Pan and Zoom
Updated•11 years ago
|
Whiteboard: [preview-triage]
Updated•11 years ago
|
Priority: -- → P1
Whiteboard: [preview-triage] → [Metro Preview]
Assignee | ||
Comment 1•11 years ago
|
||
I found these prefs:
http://mxr.mozilla.org/mozilla-central/source/gfx/layers/ipc/Axis.cpp#63
I played with them a bit and found this change to get us pretty close to what we had before.
Please give it a spin and let me know if it works ok for you.
Assignee: nobody → netzen
Attachment #786910 -
Flags: review?(jmathies)
Assignee | ||
Comment 2•11 years ago
|
||
The default is 0.006 by the way, so this changes it by a factor of 3.
Reporter | ||
Comment 3•11 years ago
|
||
Comment on attachment 786910 [details] [diff] [review]
bug898842_fling.diff
yes, this is much nicer.
Attachment #786910 -
Flags: review?(jmathies) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Target Milestone: --- → Firefox 26
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•