#10610 closed bug (worksforme)
Autocomplete in Dialog decrements z-index
Reported by: | aaronHill | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.11.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Autocomplete in Dialog opens the first time with the same z-index as the dialog (100000). The next time, it opens behind the dialog (99999). Does not seem to continue decrementing after the first time.
Windows: Chrome 37, FF 32, IE 11
Mac: Chrome 37, FF 32, Safari 7
Change History (4)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Works fine for me: http://jsbin.com/nuwesucunoma/1/edit
If you're still having issues, please provide a reduced test case as requested in the red box.
comment:3 Changed 9 years ago by
Looked more closely at the settings we were using. Looks like { appendTo: "body" } in our default options was the issue (though it worked fine in the previous version.
Note: See
TracTickets for help on using
tickets.
Downgraded to jquery-ui v1.10.3 and the issue was corrected.