Closed
Bug 1073704
Opened 10 years ago
Closed 10 years ago
Input touch resampling is broken
Categories
(Core Graveyard :: Widget: Gonk, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla35
People
(Reporter: boris, Assigned: mwu)
References
Details
Attachments
(2 files)
2.26 MB,
video/mp4
|
Details | |
846 bytes,
patch
|
kats
:
review+
|
Details | Diff | Splinter Review |
After we landed bug 1072645, touch re-sampling may be broken. ex. Scrolling on Homescreen is not correct, and you cannot select any option in Settings. This bug also has impact on Project Silk.
Please turn on the preferences, gfx.frameuniformity.hw-vsync and gfx.touch.resample, and you can reproduce the problem. Jerry recorded the video for this bug, please check the attachment.
Assignee | ||
Comment 1•10 years ago
|
||
Accidentally removed too much code. I think clearing the move queue here is wrong - should be done on the input thread instead. But, this fixes things for now. Should probably also look for coalesced touch ups, but the old code had the same issue.
Assignee: nobody → mwu
Attachment #8496299 -
Flags: review?(bugmail.mozilla)
Updated•10 years ago
|
Attachment #8496299 -
Flags: review?(bugmail.mozilla) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•