From 0dc020f79beb84dc92257ea497623337248ad55a Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Thu, 6 Oct 2011 00:35:42 +0200 Subject: [PATCH] Selectmenu: fixed positioning (change to inline element follow-up) --- ui/jquery.ui.selectmenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index daadc07fb3..d4cd9180d5 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -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;