Project

General

Profile

Bug #17748 ยป rtehtmlarea_bugfix_6640.patch

Administrator Admin, 2007-11-02 21:52

View differences:

typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (working copy)
}
break;
case 37: // LEFT arrow key
case 38: // UP arrow key
case 39: // RIGHT arrow key
case 40: // DOWN arrow key
if (HTMLArea.is_ie) {
if (editor._timerToolbar) window.clearTimeout(editor._timerToolbar);
editor._timerToolbar = window.setTimeout("HTMLArea.updateToolbar(" + editor._editorNumber + ");", 10);
break;
}
    (1-1/1)