+2008-05-15 Stanislas Rolland <typo3@sjbr.ca>
+
+ * Fixed bug #8348: htmlArea RTE: ctrl+c and ctrl+x do not work in IE with TYPO3 4.2
+
2008-05-14 Oliver Hader <oliver@typo3.org>
* Fixed bug #8385: Modified tslib_cObj::substituteMarkerArray() misses call parameter (thanks to Francois Suter)
+2008-05-15 Stanislas Rolland <typo3@sjbr.ca>
+
+ * Fixed bug #8348: htmlArea RTE: ctrl+c and ctrl+x do not work in IE with TYPO3 4.2
+
2008-05-07 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #8351: RTE.classes configuration not honoured by htmlArea RTE Insert/modify link class selector
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" :