From: Pavel Sanda Date: Tue, 31 May 2011 20:08:36 +0000 (+0000) Subject: Backport fix for #7598. X-Git-Tag: 2.0.1~265 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4e20d4473ff8333ec2f90b29bef0f8dde8f27330;p=features.git Backport fix for #7598. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38904 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp index 722a3906c3..3975d3d51a 100644 --- a/src/frontends/qt4/GuiWorkArea.cpp +++ b/src/frontends/qt4/GuiWorkArea.cpp @@ -1018,6 +1018,10 @@ void GuiWorkArea::keyPressEvent(QKeyEvent * ev) switch (ev->key()) { case Qt::Key_PageDown: case Qt::Key_PageUp: + case Qt::Key_Left: + case Qt::Key_Right: + case Qt::Key_Up: + case Qt::Key_Down: LYXERR(Debug::KEY, "system is busy: scroll key event ignored"); ev->ignore(); return; diff --git a/status.20x b/status.20x index 22fe255e2f..2ee30efd1d 100644 --- a/status.20x +++ b/status.20x @@ -124,6 +124,8 @@ What's new - Fix paragraph style shortcut with open source view in German localization (bug 7590). +- Do not cache cursor keys when scrolling (bug 7598) + * ADVANCED FIND AND REPLACE