Search and Top Navigation
#9234 closed bug (notabug)
Opened April 17, 2013 09:22PM UTC
Closed April 17, 2013 10:27PM UTC
Last modified April 23, 2013 02:38AM UTC
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.
You're not using the
appendTo
option, you're manually appending. Don't do that; use the option.