Closed
Bug 1766366
Opened 3 years ago
Closed 1 years ago
Consider transmogrifying HandledByContent to Unhandled in the case where the event was consumed in a sub scroll frame but the scroll position has reached at the top
Categories
(Core :: Panning and Zooming, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1815713
People
(Reporter: hiro, Unassigned)
References
()
Details
In the case of dynamic toolbar movement, we have a special handling for the case where the given event was consumed in a sub scroll frame but it has already reached at the bottom and there's region covered by the dynamic toolbar.
In the case of pull-to-refresh on https://d2l.ai/chapter_recurrent-modern/gru.html, we have a similar situation. Transmogrifying HandledByContent to Unhandled will trigger pull-to-refresh, but I am not yet sure there's no side-effect of the transmogrification.
Reporter | ||
Updated•1 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•