Closed
Bug 776149
Opened 13 years ago
Closed 13 years ago
Gecko panning code does not correctly handle uneven steps between displacements
Categories
(Core :: Widget, defect)
Core
Widget
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: drs, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
|
8.79 KB,
patch
|
cjones
:
review+
|
Details | Diff | Splinter Review |
No-opt/debug builds are broken because, although when reducing velocity of a drag/fling we account for time deltas, we don't when actually fetching displacements.
| Reporter | ||
Comment 2•13 years ago
|
||
Small update (remove unused var)
Attachment #644508 -
Attachment is obsolete: true
Attachment #644508 -
Flags: review?(jones.chris.g)
Attachment #644511 -
Flags: review?(jones.chris.g)
Updated•13 years ago
|
Attachment #644511 -
Flags: review?(jones.chris.g) → review+
| Reporter | ||
Comment 3•13 years ago
|
||
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
You need to log in
before you can comment on or make changes to this bug.
Description
•