Actions
Bug #22425
closedhtmlArea RTE: Erratic handling of oncut and onpaste events
Start date:
2010-04-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
1. If server-based cleaning on paste is configured, keyboard input must be inhibited during the processing of the request.
2. Opera nevers triggers the copy, cut and paste events. Cleaning on cut or paste, and copy-pasting of groups of cell must be supported when the hot keys are used. Register listeners for these hot keys even when the buttons are not in the toolbar.
3. Add oncut listeners for all other browsers for cleaning garbage of varying sort left over by browsers.
(issue imported from #M14066)
Files
Updated by Stanislas Rolland over 14 years ago
Committed to SVN TYPO3core trunk (revision 7299).
Updated by Stanislas Rolland over 14 years ago
Input must be inhibited in further keyboard events.
Updated by Stanislas Rolland over 14 years ago
Follow-up patch committed to trunk (revision 7322).
Actions