Project

General

Profile

Bug #22621 ยป rtehtmlarea_bugfix_14349_trunk.patch

Administrator Admin, 2010-05-10 05:38

View differences:

typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail)
hotKeys += key.toUpperCase();
}
});
// Make hot key map available, even if empty, so that plugins may add bindings
this.hotKeyMap = new Ext.KeyMap(documentElement);
if (!Ext.isEmpty(hotKeys)) {
this.hotKeyMap = new Ext.KeyMap(documentElement,
{
this.hotKeyMap.addBinding({
key: hotKeys,
ctrl: true,
shift: false,
    (1-1/1)