We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b914da6 commit b307c00Copy full SHA for b307c00
ui/jquery.ui.selectmenu.js
@@ -254,9 +254,7 @@ $.widget("ui.selectmenu", {
254
.bind( 'mousedown.selectmenu mouseup.selectmenu', function() { return false; });
255
256
// needed when window is resized
257
- // TODO seems to be useless, but causes errors (fnagel 01.08.11)
258
- // see: https://github.com/fnagel/jquery-ui/issues/147
259
- // $(window).bind( "resize.selectmenu", $.proxy( self._refreshPosition, this ) );
+ $(window).bind( "resize.selectmenu", $.proxy( self.close, this ) );
260
},
261
262
_init: function() {
0 commit comments