Replies: 2 comments 5 replies
-
I don't think it's a bug, it's just the way it works. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If its not a bug than its a feature,. I cant change the mousedown because i use x-tabs and that is how they behave. I think i cant change this, can use my own tab switcher. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
if you have a mousedown action in your modal which influences the content height and you then suddenly come out of the modal with the mouse click "mousedown" then the modal closes because the "mouseup" takes place outside the modal.
The problem is that you cannot influence this behavior, so there is no option to deactivate the click outside in general, or to bind it to mousedown only.
https://codepen.io/moxxs/pen/wvbWvrY
Beta Was this translation helpful? Give feedback.
All reactions