Side navigation
#11544 closed bug (invalid)
Opened April 02, 2012 01:32PM UTC
Closed April 03, 2012 11:04PM UTC
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 )
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.