mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fixed bug with SHIFT + Arrow keys not working anymore
This commit is contained in:
parent
36a2be6dd3
commit
416ff4787f
@ -1163,7 +1163,7 @@ egwActionObject.prototype.handleKeyPress = function(_keyCode, _shift, _ctrl, _al
|
||||
case EGW_KEY_PAGE_UP:
|
||||
case EGW_KEY_PAGE_DOWN:
|
||||
|
||||
if (!_shift && !_ctrl && !_alt)
|
||||
if (!_alt)
|
||||
{
|
||||
var intval =
|
||||
(_keyCode == EGW_KEY_ARROW_UP || _keyCode == EGW_KEY_ARROW_DOWN) ?
|
||||
|
Loading…
Reference in New Issue
Block a user