Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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 aaronHill

Downgraded to jquery-ui v1.10.3 and the issue was corrected.

comment:2 Changed 9 years ago by Scott González

Resolution: worksforme
Status: newclosed

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 aaronHill

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.

comment:4 Changed 9 years ago by Scott González

That's definitely not what you want to be doing inside a dialog.

Note: See TracTickets for help on using tickets.