Skip to content

Commit 8b8480c

Browse files
committed
fixed: edge case problem in IE, see fnagel#209, thx @tschettler
1 parent 5698141 commit 8b8480c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/jquery.ui.selectmenu.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,7 @@ $.widget("ui.selectmenu", {
855855
var _offset = "0 " + ( this.list.offset().top - selected.offset().top - ( this.newelement.outerHeight() + selected.outerHeight() ) / 2);
856856
}
857857
this.listWrap
858+
.removeAttr('style')
858859
.zIndex( this.element.zIndex() + 1 )
859860
.position({
860861
// set options for position plugin

0 commit comments

Comments
 (0)