From: Felix Nagel Date: Thu, 31 May 2012 17:01:25 +0000 (+0200) Subject: fixed: edge case problem in IE, see #209, thx @tschettler X-Git-Tag: selectmenu_v1.2.2~12 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8b8480ca06439ed974e19f1ab2592d1a3aded5f3;p=jquery-ui.git fixed: edge case problem in IE, see #209, thx @tschettler --- diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index 59a707e7c..d878ec5c2 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -855,6 +855,7 @@ $.widget("ui.selectmenu", { var _offset = "0 " + ( this.list.offset().top - selected.offset().top - ( this.newelement.outerHeight() + selected.outerHeight() ) / 2); } this.listWrap + .removeAttr('style') .zIndex( this.element.zIndex() + 1 ) .position({ // set options for position plugin