-
-
Notifications
You must be signed in to change notification settings - Fork 770
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
I was testing another PR and tried to delete a module on a page. The modal to confirm was under its backdrop instead of over it.
Steps to reproduce?
- Enter edit mode
- Try to delete a module
Current Behavior
The confirm dialog is under its backdrop.
Expected Behavior
The confirm dialog should be over the backdrop.
Relevant log output
Anything else?
I identified the issue being caused by the recent upgrade of jQueryUI. dialogClass is obsolete and we should use the classes object instead. I am submitting a PR to fix that shortly.
Affected Versions
Current development branch (unreleased)
What browsers are you seeing the problem on?
Chrome
Code of Conduct
- I agree to follow this project's Code of Conduct