Selectmenu: fixed positioning (change to inline element follow-up)

This commit is contained in:
Felix Nagel
2011-10-06 00:35:42 +02:00
parent 6351880e09
commit 0dc020f79b

View File

@@ -244,7 +244,7 @@ $.widget( "ui.selectmenu", {
that.listWrap
.zIndex( that.element.zIndex() + 1 )
.position( $.extend({
of: that.newelementWrap
of: that.newelement
}, options.position ));
that.opened = true;