Index: typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js =================================================================== --- typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (révision 10490) +++ typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail) @@ -2337,7 +2337,6 @@ * Generate registered plugins */ generatePlugins: function () { - this.hasPluginWithOnKeyPressHandler = false; Ext.iterate(this.plugins, function (pluginId) { var plugin = this.getPlugin(pluginId); plugin.onGenerate();