Project

General

Profile

Actions

Bug #19681

closed

RTE.default.showButtons = * makes copying/pasting/cut with ctrl-c, ctrl-x, ctrl-v impossible in Fx 3.0.x

Added by Erik Svendsen over 15 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-12-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

rtehtmlarea_bugfix_9894_typo3_4-2.patch (1.7 KB) rtehtmlarea_bugfix_9894_typo3_4-2.patch Administrator Admin, 2009-02-03 07:02
allowclipboardhelper.xpi (36.4 KB) allowclipboardhelper.xpi Administrator Admin, 2009-02-03 07:31
rtehtmlarea_bugfix_9894_trunk.patch (6.48 KB) rtehtmlarea_bugfix_9894_trunk.patch Administrator Admin, 2009-02-04 00:00

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #18925: htmlArea RTE: control c and control x do not work in IE with TYPO3 4.2ClosedStanislas Rolland2008-06-09

Actions
Related to TYPO3 Core - Bug #19961: htmlArea RTE: Allow Clipboard Helper does not work with Firefox 3ClosedStanislas Rolland2009-02-04

Actions
Related to TYPO3 Core - Bug #19946: Paste does not work correctly with table rowsClosedStanislas Rolland2009-01-31

Actions
Actions #1

Updated by Erik Svendsen over 15 years ago

Sorry, forgot to fill out Reproducibility correct. Have reproduced it on three different PC's

Actions #2

Updated by Ralf Hettinger over 15 years ago

Related to #8648

Indeed I would think it's a duplicate, but this report here has a very neat description...

Actions #3

Updated by Stanislas Rolland over 15 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.

Actions #4

Updated by Stanislas Rolland over 15 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?

Actions #5

Updated by Stanislas Rolland over 15 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.

Actions #6

Updated by Stanislas Rolland over 15 years ago

Attached patches should fix both issues #9894 and #8648 in trunk and in branch 4.2.

Actions #7

Updated by Stanislas Rolland over 15 years ago

Attaching a copy of Firefox Add-on Allow Clipboard Helper compatible with Firefox 3.

Actions #8

Updated by Stanislas Rolland over 15 years ago

Committed to SVN TYPO3core trunk (revision 4941) and branch TYPO3_4-2 (revision 4938).

Actions #9

Updated by Stanislas Rolland over 15 years ago

Moved the Allow Clipboard helper problem to a separate issue (10337).

Actions #10

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF