Open Bug 1702949 Opened 3 years ago Updated 3 years ago

Keep pan momentum scrolling once after overscroll animation finished

Categories

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

defect

Tracking

()

People

(Reporter: hiro, Unassigned)

References

(Blocks 2 open bugs)

Details

This is (will be) a follow-up issue of bug 1700215.

In bug 1700215, I've been trying to mimic Chrome's overscroll behavior, there is a case that I haven't solved yet. One typical case of the case is if the user tries to overscroll horizontally first by panning, then the user flings vertically, then we will have a horizontal overscroll animation and vertical scrolling by pan momentum at the same time, then if the overscroll animation finished but pan momentum events keeps happening, we will not use the pan momentum events further because we set the APZC state to NOTHING so subsequent pan momentum scrolling stops at some point where the animation stop.

I haven't found any solution on this issue yet, but i think it's less noticeable so I am going to defer this issue into this bug.

See Also: → 1700215
Severity: -- → S3
Priority: -- → P2
Blocks: overscroll-post
No longer blocks: overscroll-release
You need to log in before you can comment on or make changes to this bug.