2008-03-16 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #7877: htmlArea RTE block style feature raises javascript errors in IE6
2008-03-16 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #7877: htmlArea RTE block style feature raises javascript errors in IE6
+ * Fixed bug #7878: Extension cannot override a previously defined htmlArea RTE hotkey
2008-03-16 Martin Kutschker <masi@typo3.org>
2008-03-16 Martin Kutschker <masi@typo3.org>
2008-03-16 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #7877: htmlArea RTE block style feature raises javascript errors in IE6
2008-03-16 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #7877: htmlArea RTE block style feature raises javascript errors in IE6
+ * Fixed bug #7878: Extension cannot override a previously defined htmlArea RTE hotkey
2008-03-15 Stanislas Rolland <typo3@sjbr.ca>
2008-03-15 Stanislas Rolland <typo3@sjbr.ca>
*/
HTMLArea.Config.prototype.registerHotKey = function(hotKeyConfiguration) {
if (typeof(this.hotKeyList[hotKeyConfiguration.id]) != "undefined") {
*/
HTMLArea.Config.prototype.registerHotKey = function(hotKeyConfiguration) {
if (typeof(this.hotKeyList[hotKeyConfiguration.id]) != "undefined") {
- HTMLArea._appendToLog("ERROR [HTMLArea.Config::registerHotKey]: A hotkey with the same key " + hotKeyConfiguration.id + " already exists.");
- return false;
+ HTMLArea._appendToLog("[HTMLArea.Config::registerHotKey]: A hotkey with the same key " + hotKeyConfiguration.id + " already exists and will be overidden.");
}
this.hotKeyList[hotKeyConfiguration.id] = hotKeyConfiguration;
return true;
}
this.hotKeyList[hotKeyConfiguration.id] = hotKeyConfiguration;
return true;