Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork154
Description
Operating system and version: Linux Mint 22.1
Browser and version: Google Chrome Version 142.0.7444.175 (Official Build) (64-bit)
Angular version: v20.2.2
Hello,
I am using the CoreUI Angular Modal component and have encountered an issue when using a static backdrop. I am controlling the modal visibility via [cModalToggle]. However, when the modal is closed, the backdrop sometimes remains for a short period, preventing interaction with the underlying page until it is removed from the DOM.
Currently, I have implemented a workaround to programmatically remove the backdrop when closing the modal, but I suspect this is not the intended behavior. Am I missing something, or is this a known issue?
Thank you very much for your help.