Fixed bug with SHIFT + Arrow keys not working anymore

This commit is contained in:
Andreas Stöckel 2011-06-20 19:25:50 +00:00
parent 36a2be6dd3
commit 416ff4787f

View File

@ -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) ?