Opened 10 years ago

Closed 10 years ago

#9430 closed bug (worksforme)

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.

Change History (1)

comment:1 Changed 10 years ago by Scott González

Resolution: worksforme
Status: newclosed

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

Note: See TracTickets for help on using tickets.