Index: typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js =================================================================== --- typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (révision 8074) +++ typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail) @@ -152,6 +152,7 @@ htmlareacombo: { cls: 'select', typeAhead: true, + lastQuery: '', triggerAction: 'all', editable: !Ext.isIE, validationEvent: false, @@ -206,7 +207,6 @@ data: config.options }); } else if (config.storeUrl) { - config.mode = 'remote'; // Create combo json store config.store = new Ext.data.JsonStore({ autoDestroy: true,