]> source.dussan.org Git - jquery-ui.git/commitdiff
fixed: zIndex, follow up to #147, thx to @viskenxp, see: https://github.com/fnagel...
authorFelix Nagel <info@felixnagel.com>
Fri, 5 Aug 2011 21:14:44 +0000 (23:14 +0200)
committerFelix Nagel <info@felixnagel.com>
Fri, 5 Aug 2011 21:14:44 +0000 (23:14 +0200)
ui/jquery.ui.selectmenu.js

index 463a33cabbe3937066af0d1df61a5f1c8d87e049..df7dd8f9aa3a7ec5069b266b9333fe3d8171939a 100644 (file)
@@ -829,9 +829,7 @@ $.widget("ui.selectmenu", {
                // update zIndex if jQuery UI is able to process
                var zIndexElement = this.element.zIndex();
                if ( zIndexElement ) {
-                       this.list.css({
-                               zIndex: zIndexElement
-                       });
+                       this.listWrap.css( 'zIndex', zIndexElement );
                }
                this.listWrap.position({
                        // set options for position plugin