Index: typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js =================================================================== --- typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (révision 8085) +++ typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail) @@ -155,6 +155,7 @@ lastQuery: '', triggerAction: 'all', editable: !Ext.isIE, + selectOnFocus: !Ext.isIE, validationEvent: false, validateOnBlur: false, submitValue: false, Index: typo3/sysext/rtehtmlarea/htmlarea/plugins/Acronym/acronym.js =================================================================== --- typo3/sysext/rtehtmlarea/htmlarea/plugins/Acronym/acronym.js (révision 8084) +++ typo3/sysext/rtehtmlarea/htmlarea/plugins/Acronym/acronym.js (copie de travail) @@ -73,6 +73,7 @@ configDefaults: { combo: { editable: true, + selectOnFocus: true, typeAhead: true, triggerAction: 'all', forceSelection: true, Index: typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultImage/default-image.js =================================================================== --- typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultImage/default-image.js (révision 8084) +++ typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultImage/default-image.js (copie de travail) @@ -98,6 +98,7 @@ configDefaults: { combo: { editable: true, + selectOnFocus: true, typeAhead: true, triggerAction: 'all', forceSelection: true, Index: typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultLink/default-link.js =================================================================== --- typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultLink/default-link.js (révision 8084) +++ typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultLink/default-link.js (copie de travail) @@ -90,6 +90,7 @@ configDefaults: { combo: { editable: true, + selectOnFocus: true, typeAhead: true, triggerAction: 'all', forceSelection: true, Index: typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/spell-checker.js =================================================================== --- typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/spell-checker.js (révision 8084) +++ typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/spell-checker.js (copie de travail) @@ -81,6 +81,7 @@ configDefaults: { combo: { editable: true, + selectOnFocus: true, typeAhead: true, triggerAction: 'all', forceSelection: true, Index: typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/table-operations.js =================================================================== --- typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/table-operations.js (révision 8084) +++ typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/table-operations.js (copie de travail) @@ -138,6 +138,7 @@ configDefaults: { combo: { editable: true, + selectOnFocus: true, typeAhead: true, triggerAction: 'all', forceSelection: true,