aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-01-17 18:35:54 +0000
committerScott González <scott.gonzalez@gmail.com>2010-01-17 18:35:54 +0000
commitf49d91289d86b2a93a9d3dda375d7df7b3f266af (patch)
tree1d28d45941283887f10044958e78730a42187a28
parent415141fe89e64bd56ac0d6056bad5d0fd07a1691 (diff)
downloadjquery-ui-f49d91289d86b2a93a9d3dda375d7df7b3f266af.tar.gz
jquery-ui-f49d91289d86b2a93a9d3dda375d7df7b3f266af.zip
Autocomplete: Set the z-index of the menu to be above the text field.
-rw-r--r--ui/jquery.ui.autocomplete.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/jquery.ui.autocomplete.js b/ui/jquery.ui.autocomplete.js
index 27d9ee7d6..26dc0895c 100644
--- a/ui/jquery.ui.autocomplete.js
+++ b/ui/jquery.ui.autocomplete.js
@@ -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({