From: Felix Nagel Date: Tue, 28 May 2013 20:29:49 +0000 (+0200) Subject: fixed: issue with dialog widget, thx @ubunoir, see https://github.com/fnagel/jquery... X-Git-Tag: selectmenu_v1.4.0~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b0034316cb8eabbe0f4a1734ae792ada71072ae2;p=jquery-ui.git fixed: issue with dialog widget, thx @ubunoir, see https://github.com/fnagel/jquery-ui/issues/300 --- diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index bcf64bd72..7b122d192 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -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 ) ); } });