Project

General

Profile

Bug #18757 ยป rtehtmlarea_bugfix_8348.patch

Administrator Admin, 2008-05-15 05:57

View differences:

typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (working copy)
HTMLArea._stopEvent(ev);
return false;
}
if (!editor.config.hotKeyList[key]) return false;
if (!editor.config.hotKeyList[key]) return true;
var cmd = editor.config.hotKeyList[key].cmd;
if (!cmd) return false;
if (!cmd) return true;
switch (cmd) {
case "SelectAll":
case "Undo" :
    (1-1/1)