Bug #18925
closedhtmlArea RTE: control c and control x do not work in IE with TYPO3 4.2
0%
Description
The Problem still exist. I try the patch (see #0008348) but got still same Problem:
CTRL+C and CTRL+X are not working in IE7.
The Copy and Cut buttons are NOT working.
Only the Copy and Cut options in the browser menu are working.
CTRL+V is working.
(issue imported from #M8648)
Updated by Stanislas Rolland over 16 years ago
What setting do you have in Internet Options->Security->Parameters->Script->Allow programmatic access to the clipboard ?
Updated by Ralf Hettinger over 16 years ago
More observations on this topic (Firefox3):
- CTRL+X/CTRL+V work without browser adjustments if cut//copy buttons are disabled (rtehtmlarea configuration: hideButtons containing cut,copy,paste or rtehtmlarea lower than demo configuration and showButtons not containing cut,copy,paste)
- If those buttons are shown, neither the buttons nor the keyboard shortcuts work out of the box and without browser adjustments
It seems to me that CTRL+X/CTRL+V work, if rtehtmlarea is not trying to access the client's clipboard by JavaScript. So maybe this shouldn't be considered as bug, but just lacks a bit documentation...