Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(CModal): closes if onmouseup event is outside of the modal #412

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Julusian
Copy link

@Julusian Julusian commented Oct 2, 2024

Ports the change coreui/coreui-vue@a9cdb97

Resolves #380

Julusian added a commit to bitfocus/companion that referenced this pull request Oct 2, 2024
Julusian added a commit to bitfocus/companion that referenced this pull request Oct 2, 2024
Copy link

github-actions bot commented Dec 2, 2024

This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions

@Julusian
Copy link
Author

Julusian commented Dec 2, 2024

This fix is still needed

@mrholek
Copy link
Member

mrholek commented Dec 2, 2024

This PR incorporates the bug. You can reproduce it in the following way:

  1. Click on the modal and keep the left button pressed.
  2. Keeping the left button pressed, move outside the modal and leave the left button.
  3. Click on the modal one more time. The modal is closing, but it shouldn't be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CModal closes if a mouseup event occurs outside the modal after clicking inside
2 participants