Selectmenu: added comment about popup positioning

This commit is contained in:
Felix Nagel 2012-11-29 20:30:15 +01:00
parent f622428c43
commit 18ecaf45db

View File

@ -211,6 +211,7 @@ $.widget( "ui.selectmenu", {
this._toggleAttr();
this.menu.menu( "focus", event, this._getSelectedItem() );
// do not change position if non default position options are set (needed for custom positioned popup menus)
if ( this.items && !this.options.dropdown && this.options.position.my == "left top" && this.options.position.at == "left bottom" ) {
var currentItem = this._getSelectedItem();
// center current item