Open
Bug 1695070
Opened 4 years ago
Updated 5 months ago
OverscrollHandoffChain::ScrollingDownWillMoveDynamicToolbar needs to consider overscroll-behavior property and the target container is covered by the toolbar are or not
Categories
(Core :: Panning and Zooming, defect)
Core
Panning and Zooming
Tracking
()
NEW
People
(Reporter: hiro, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
This is a follow-up issue.
Attaching file has a 50vh height scrollable element but its scroll-behavior is none, but swiping down on the element moves the dynamic toolbar, it shouldn't move.
I am going to attach a similar example, in the case the toolbar should move.
| Reporter | ||
Comment 1•4 years ago
|
||
Here is another example. In this case 100vh height scrollable element whose overscroll-behavior is none. In this case, swiping down on the element should move the dynamic toolbar if the scroll position is at the bottom edge, otherwise there are unreachable area by normal swipe motions.
| Reporter | ||
Comment 2•4 years ago
|
||
Given that WebKit doesn't support overscroll-behavior yet, which means the first example moves the dynamic toolbar on mobile Safai, so as of now this is not high priority I think.
Severity: -- → S3
Updated•5 months ago
|
Blocks: css-overscroll-1
You need to log in
before you can comment on or make changes to this bug.
Description
•