-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Page is not interactable after closing any modal #1
Comments
I will check it |
What is your OS? |
I have some colleagues that are seeing this same issue, but I'm not. Everyone that's having the issue on my end is on Windows. It's happening in Chrome, Firefox, and Edge. Everything is working on my end. Any thoughts on how to debug? |
@mrholek, the modal elements aren't being removed from the DOM, though they aren't visible anymore. |
@mrholek Windows 11 Pro & Windows 10 Pro |
@camdecoster we add the possibility to keep a CModal in DOM after closing in the next release. |
@josesvito can you check if the body element has the following class name or styles after closing the modal
|
That wasn't a feature request. I'm saying that the modals are removed from the DOM when I check it on a working browser, but they aren't removed when I check it on a non-working browser. |
The body element doesn't have that class or those styles on my computer that has the issue. |
@mrholek doesn't seem it has any of those... https://imgur.com/a/kHuYdoi |
I'm using Edge Chromium, the webpage is not interactable after closing any modal.
You can try it from your documentation page: https://coreui.io/bootstrap-vue/components/modal.html#live-demo
The text was updated successfully, but these errors were encountered: