Opened 11 years ago
Closed 11 years ago
#11544 closed bug (invalid)
Autocomplete assumes zIndex
Reported by: | vFragosop | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | misc | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Component: | unfiled → misc |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
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.