Search and Top Navigation
#10610 closed bug (worksforme)
Opened September 16, 2014 06:23PM UTC
Closed September 16, 2014 06:28PM UTC
Last modified September 16, 2014 07:14PM UTC
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
Attachments (0)
Change History (4)
Changed September 16, 2014 06:25PM UTC by comment:1
Changed September 16, 2014 06:28PM UTC by comment:2
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.
Changed September 16, 2014 07:12PM UTC by comment:3
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.
Changed September 16, 2014 07:14PM UTC by comment:4
That's definitely not what you want to be doing inside a dialog.
Downgraded to jquery-ui v1.10.3 and the issue was corrected.