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 cd92ad0 commit 24c0d91Copy full SHA for 24c0d91
ui/jquery.ui.popup.js
@@ -60,6 +60,8 @@ $.widget( "ui.popup", {
60
// translate keydown to click
61
// opens popup and let's tooltip hide itself
62
if ( event.keyCode == $.ui.keyCode.DOWN ) {
63
+ // prevent scrolling
64
+ event.preventDefault();
65
this.options.trigger.trigger( "click", event );
66
}
67
},
0 commit comments