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
When you open the modal and highlight some text the modal closes if the onmouseup event happens outside of the modal. This can lead to confusion when e.g. selecting some text.
Dear coreui-vue Team,
I think there might be a bug within the modal.
Before opening an issue:
What's wrong
When you open the modal and highlight some text the modal closes if the
onmouseup
event happens outside of the modal. This can lead to confusion when e.g. selecting some text.The example modal in the official docs already show the behaviour: https://coreui.io/vue/docs/components/modal.html
Example video
Expected behaviour
When the
onmousedown
event happens inside the modal theonmouseup
event should not close the modal, even if it happens outside of the modal.The expected behaviour is e.g. shown in the vuematerial modal: https://vuematerial.io/components/dialog/
Example video
The text was updated successfully, but these errors were encountered: