#9234 closed bug (notabug)
Modal dialogs display behind overlay when using appendTo option
Reported by: | meansteve | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.core | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using the code provided at jsfiddle or url below and clicking the button causes the overlay to position above the dialog, making the dialog unusable. Please note, bug 8984 was written up for this same issue and then said to be fixed, however I am still seeing the problem with jQuery UI 1.10.2.
The following jsFiddle link demonstrates the issue.
Note: See
TracTickets for help on using
tickets.
You're not using the
appendTo
option, you're manually appending. Don't do that; use the option.