Skip to main content

Search and Top Navigation

#9430 closed bug (worksforme)

Opened July 15, 2013 05:47PM UTC

Closed July 15, 2013 05:50PM UTC

autocomplete results z-order lower than dialog.

Reported by: rick_adkins_mpw_jqueryui Owned by:
Priority: minor Milestone: none
Component: ui.autocomplete Version: 1.10.3
Keywords: Cc:
Blocked by: Blocking:
Description

When a autocomplete is contained within a dialog widget, the z-order of the results must be elevated in order to be seen. .ui-autocomplete { z-index:101 !important;} worked for me, but it would be useful to have the style element set by the api to a controlled value.

Attachments (0)
Change History (1)

Changed July 15, 2013 05:50PM UTC by scottgonzalez comment:1

resolution: → worksforme
status: newclosed

Autocomplete automatically handles z-index through our .ui-front system. You need to initialize the dialog before the autocomplete.