Hello, when the cursor is over a popup, the scroll...
# compose-web
d
Hello, when the cursor is over a popup, the scrollable container below the popup doesnt receive any scroll events. Is this intended?
m
At least this behaviour seems to be consistent with desktop apps. IntelliJ is often driving me nuts when I am scrolling via the mouse-wheel. It then constantly happens that some popup pops up under the mouse cursor immediately stopping any further scrolling because the mouse events then seem to be swallowed by the popup.
d
Have you found a way to pass scrolling events through to the scroll container?
m
No, but I also did not try because I thought it is the default behaviour independent of Compose and although I don’t like I just accepted to live with it.
a
You can make the popup unfocusable with PopupProperties. Not sure if it helps
d
Its already false by default.
a
> the scrollable container below the popup doesnt receive any scroll events probably yes. cant find any apps on my mac that scroll while they show popups. seems like all events go to the popup