Modify ↓
Ticket #11544 (closed bug: invalid)
Autocomplete assumes zIndex
| Reported by: | vFragosop | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | misc | Version: | git |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Autocomplete widget should not assume its zIndex as being plus 1 of the zIndex of the element it was appended to. That's CSS role instead.
It should at least be possible to pass that as an option. Otherwise we need to overwrite autocomplete _create or change zIndex on _renderMenu. Both should not be the case.
Line 268 of autocomplete declares:
.zIndex( this.element.zIndex() + 1 )
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Just realized this is not the correct bug tracker.. I'm replicating the bug on jQuery UI bug tracker, feel free to close/delete it.