From 8b8480ca06439ed974e19f1ab2592d1a3aded5f3 Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Thu, 31 May 2012 19:01:25 +0200 Subject: [PATCH] fixed: edge case problem in IE, see #209, thx @tschettler --- ui/jquery.ui.selectmenu.js | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5