Project

General

Profile

Bug #22090 ยป rtehtmlarea_bugfix_13478_typo3_4-3.patch

Administrator Admin, 2010-02-19 05:31

View differences:

typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail)
case 38: // UP arrow key
case 39: // RIGHT arrow key
case 40: // DOWN arrow key
if (HTMLArea.is_ie || HTMLArea.is_safari) {
if (editor._timerToolbar) window.clearTimeout(editor._timerToolbar);
editor._timerToolbar = window.setTimeout("HTMLArea.updateToolbar(\'" + editor._editorNumber + "\');", 200);
return true;
}
if (editor._timerToolbar) window.clearTimeout(editor._timerToolbar);
editor._timerToolbar = window.setTimeout("HTMLArea.updateToolbar(\'" + editor._editorNumber + "\');", 200);
return true;
break;
default:
break;
    (1-1/1)