Open Bug 1289856 Opened 8 years ago Updated 2 years ago

Ensure pointermove events are still sent during touch slop

Categories

(Core :: Panning and Zooming, defect, P3)

defect

Tracking

()

People

(Reporter: kats, Unassigned)

References

Details

(Whiteboard: gfx-noted)

Right now (I think) APZ returns eConsumeNoDefault on touch events inside the slop region, so we probably don't send pointermove events for those touch events either. However the use cases are different - the first touchmove is important because it can be cancelled, but the pointermove has no such significance. So we should fire pointermove events even for touch inside the slop. Chrome and Edge are also going to be doing that if they don't already.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.