]> source.dussan.org Git - jquery-ui.git/commitdiff
fixed: issue with dialog widget, thx @ubunoir, see https://github.com/fnagel/jquery...
authorFelix Nagel <info@felixnagel.com>
Tue, 28 May 2013 20:29:49 +0000 (22:29 +0200)
committerFelix Nagel <info@felixnagel.com>
Tue, 28 May 2013 20:29:49 +0000 (22:29 +0200)
ui/jquery.ui.selectmenu.js

index bcf64bd7236d6baac3927070b44542f140ee47cd..7b122d192461191ce3976c283b1f6434599e6529 100644 (file)
@@ -844,7 +844,7 @@ $.widget("ui.selectmenu", {
 
                this.listWrap
                        .removeAttr( 'style' )
-                       .zIndex( this.element.zIndex() + 1 )
+                       .zIndex( this.element.zIndex() + 2 )
                        .position( $.extend( positionDefault, o.positionOptions ) );
        }
 });