Search and Top Navigation
#5710 closed bug (duplicate)
Opened June 09, 2010 12:08AM UTC
Closed July 16, 2010 06:37PM UTC
Last modified October 11, 2012 09:15PM UTC
Autocomplete Rendering Behind Other Elements
Reported by: | mansalazar | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.autocomplete | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The autocomplete displays behind other elements on the page since the z-index is set to 1. A work around when using dynamic content to populate the dropdown is to call $(".ui-autocomplete").css("z-index", 10000); after adding the source.
Duplicate of #5489.