Bug #21049 » rtehtmlarea_bugfix_11946_follow_up_trunk.patch
typo3/sysext/rtehtmlarea/htmlarea/plugins/ContextMenu/context-menu.js (copie de travail) | ||
---|---|---|
if (!HTMLArea.is_ie) {
|
||
HTMLArea._stopEvent(ev);
|
||
}
|
||
if (!item.__msh.dialog) {
|
||
instance.editor.updateToolbar();
|
||
}
|
||
return false;
|
||
});
|
||
};
|
||
... | ... | |
ContextMenu.activateHandler = function(item,instance) {
|
||
return (function() {
|
||
item.__msh.action();
|
||
if (!item.__msh.dialog) {
|
||
instance.editor.updateToolbar();
|
||
}
|
||
instance.closeMenu();
|
||
});
|
||
};
|