Bug #19681
closedRTE.default.showButtons = * makes copying/pasting/cut with ctrl-c, ctrl-x, ctrl-v impossible in Fx 3.0.x
0%
Description
First some clarification: I know that copy, cut, paste with the buttons never has worked in Firefox without either using AllowClipboard Helper or manually configure user.js. But copy, paste, cut with Ctrl+ has worked perfect until TYPO3 4.2.0. So it's a change in the 1.7.x version who causes this partly annoying behavior (when you are used to the possibility).
But strictly this behavior could be seen as a bug.
In versions before 1.7.x this behavior (use of shortcuts) work perfect regardless of the copy, cut, paste buttons showing. In version 1.7.x and uppwards it only work when copy, cut, paste buttons are hidden, therefore the following works.
RTE.default.showButtons = *
RTE.default.hideButtons = copy, paste, cut
but not
RTE.default.showButtons = *
Another problem is no message which can explain the behavior. A third problem is that AllowClipboard Helper isn't official in the Fx addon repostitory. Configuring user.js is to complicated for a average user.
TYPO3 version has to be 4.2.x and higher
1. Copy some text into the RTE with only default settings of htmlArea. Use Ctrl-C and Ctrl-V. It should be possible to copy in the text.
2. Set Page TS Config to RTE.default.showButtons = * Try to copy with Ctrl-C and Ctrl-V. Should not work and no message. Buttons should not work, with no messages.
3. Set Page TS Config to.
RTE.default.showButtons = *
RTE.default.hideButtons = copy, paste, cut
Copy should work.
Solution/possible
1. Get the message about configuring user.js/AllowClipboard Helper back and also a message that with hiding the buttons copy, paste, cut with ctrl-c etc will work (or stated in the manual)
2. Make the copy, paste, cut work whatever configuration used in Page TSconfig, and whatever method used
Maybe there are another solutions.
(issue imported from #M9894)
Files
Updated by Erik Svendsen almost 16 years ago
Sorry, forgot to fill out Reproducibility correct. Have reproduced it on three different PC's
Updated by Ralf Hettinger almost 16 years ago
Related to #8648
Indeed I would think it's a duplicate, but this report here has a very neat description...
Updated by Stanislas Rolland almost 16 years ago
I just re-tested this issue with latest 4.2 branch (4.2.4) and with trunk. I could not reproduce the described behaviours with neither Firefox 3 or IE7.
Updated by Stanislas Rolland almost 16 years ago
When you say that RTE.default.showButtons = * makes copying/pasting/cut with ctrl-c, ctrl-x, ctrl-v impossible in Fx 3.0.x , do you mean that it does not work when user.js is not configured?
Updated by Stanislas Rolland almost 16 years ago
In Typo3 4.2.x, htmlArea RTE does not process hotkeys CTRL+C or CTRL+X. It does not process those keys when the Copy or Cut buttons are present in the toolbar, and it does not process those keys when the Copy or Cut buttons are absent from the toolbar. There is no interference by the RTE in the processing of those keys by the browser. They are simply unknow to the RTE. Therefore I do not understand the description of this issue.
Updated by Stanislas Rolland almost 16 years ago
Attached patches should fix both issues #9894 and #8648 in trunk and in branch 4.2.
Updated by Stanislas Rolland almost 16 years ago
Attaching a copy of Firefox Add-on Allow Clipboard Helper compatible with Firefox 3.
Updated by Stanislas Rolland almost 16 years ago
Committed to SVN TYPO3core trunk (revision 4941) and branch TYPO3_4-2 (revision 4938).
Updated by Stanislas Rolland almost 16 years ago
Moved the Allow Clipboard helper problem to a separate issue (10337).