Replies: 2 comments 1 reply
-
A possible solution is using modal dialog |
Beta Was this translation helpful? Give feedback.
1 reply
-
Open this thread as issue #469 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When two UI overlap, if mouse drag up down on upper layer UI, the lower layer UI also scroll up down.
I try to call setScrollerEnable() when upper layer UI shown, it works.
But is any way to block event to lower layer UI without call setScrollerEnable()?
(I use scrollablePanel)
Beta Was this translation helpful? Give feedback.
All reactions