You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see I can scroll the body of the window only if my mouse is not hovering over the nested scrolls (which don't even have scroll bars or space to scroll). This breaks any dynamic use of scroll where you deal with user input and don't know if the input will be larger. And I don't think there is a way to measure the size of a phantom text node and then decide on that to wrap your text inside a scroll or not.
I wold expect the scrolls that don't actually have anything to scroll (so no overlapping inner body) to not capture the scroll even at all. I would also expect that if you scroll to the end of the inner child scroll you'd then bubble the scroll further up to the parent scrolls.
The text was updated successfully, but these errors were encountered:
When you try to scroll a nested
scroll
the scroll will only effect the lowest child even if that child actually has nothing to scroll.Consider this example:
You can see I can scroll the body of the window only if my mouse is not hovering over the nested scrolls (which don't even have scroll bars or space to scroll). This breaks any dynamic use of
scroll
where you deal with user input and don't know if the input will be larger. And I don't think there is a way to measure the size of a phantom text node and then decide on that to wrap your text inside ascroll
or not.I wold expect the scrolls that don't actually have anything to scroll (so no overlapping inner body) to not capture the scroll even at all. I would also expect that if you scroll to the end of the inner child
scroll
you'd then bubble the scroll further up to the parent scrolls.The text was updated successfully, but these errors were encountered: