Skip to content

Commit dc8e992

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent fdc147b commit dc8e992

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/kendo.toolbar.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,9 @@ var __meta__ = { // jshint ignore:line
14781478

14791479
if ((keyCode === keys.SPACEBAR || keyCode === keys.ENTER) && !target.is("input, checkbox")) {
14801480

1481-
e.preventDefault(); //prevent pspacebar to scroll the page down
1481+
if(keyCode === keys.SPACEBAR){
1482+
e.preventDefault(); //prevent pspacebar to scroll the page down
1483+
}
14821484

14831485
if (target.is("." + SPLIT_BUTTON)) {
14841486
target = target.children().first();

0 commit comments

Comments
 (0)