[TYPO3-core] RFC: Clipboard copy/move (#2936, #5613)
Martin Kutschker
Martin.Kutschker at n0spam-blackbox.net
Wed Nov 21 12:48:28 CET 2007
Bernhard Kraft schrieb:
> Hello !
>
>
> This is an SVN patch request.
>
>
> Problem:
> In the clipboard there is a button which allow you to select wheter you
> would
> like to copy or move(cut) the elements in the clipboard when you are
> using an
> paste button to insert them on some location.
>
> Currently there is the same problem as with hide/unhide: Does the button
> represent
> the action which is taken upon click - or the current status.
>
> So when showing the "Move/Cut" icon: Will a click on this button switch
> to "move" mode
> or is the move-mode the currently active.
>
>
> Solution:
> Here we have enough free space to replace this single button by a
> drop-down.
Ah! So simple! This bug bugged me for a long time and I couldn't come up
with a solution.
What I dislike in this patch is the inconsistent labellig of the options. I
think it would be better to add two new ones:
locallang_misc.php:moveElements and locallang_misc.php:copyElements (mind
the plural).
Masi
More information about the TYPO3-team-core
mailing list