Autocomplete: Set the z-index of the menu to be above the text field.

This commit is contained in:
Scott González 2010-01-17 18:35:54 +00:00
parent 415141fe89
commit f49d91289d

View File

@ -235,6 +235,7 @@ $.widget("ui.autocomplete", {
}
}
})
.zIndex(this.element.zIndex() + 1)
// workaround for jQuery bug #5781 http://dev.jquery.com/ticket/5781
.css({ top: 0, left: 0 })
.position({