Bug #82677
closedCan't paste into empty TypoScript editor window (in Firefox)
0%
Description
This is something that has been bugging me for some time now:
When I open an empty sys_template in the backend and try to paste something into either constants or setup, a Javascript error triggers in CodeMirror's undo.js, which incidentially aborts the paste action. The weird thing is that this behavior is not consistent. Sometimes the content is pasted completely, sometimes only the first line. Most of the time nothing is pasted.
This only happens in Firefox (afaik), and only if the editor window is completely empty. It also happens in other instances of the t3editor/CodeMirror within the Backend (not just sys_template). I observed this behavior as far back as TYPO3 4.5, and with many different Firefox versions and installations.
Updated by Georg Ringer over 7 years ago
- Status changed from New to Needs Feedback
can you test that on master as well as there has been major rewrites regarding codemirror. it should be fine there. however that won't be backported to 8 nor fixed in 8 (I fear)
Updated by Josua Stabenow over 7 years ago
Quite the effort for a minor annyance :-)
I tested it on 9-dev master from Github and could not reproduce the bug. It seems to be fixed. Although it's sad that we won't have the new editor in 8 LTS, I can understand that and live with it...
Updated by Georg Ringer over 7 years ago
- Status changed from Needs Feedback to Rejected
Thanks for your feedback! I am closing this issue as it is solved in 9 and as said, there won't be any change in older branches.
Updated by Andreas Kienast about 7 years ago
- Is duplicate of Bug #72657: Paste into t3editor does not work added
Updated by Andreas Kienast about 7 years ago
- Is duplicate of Bug #53213: TypoScript Editor copy&paste Bugs added