Project

General

Profile

Bug #21187 » rtehtmlarea_bugfix_12115_trunk.patch

Administrator Admin, 2009-11-10 06:33

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) {
if (HTMLArea.is_ie || HTMLArea.is_safari) {
if (editor._timerToolbar) window.clearTimeout(editor._timerToolbar);
editor._timerToolbar = window.setTimeout("HTMLArea.updateToolbar(\'" + editor._editorNumber + "\');", 10);
return true;
(1-1/2)