Actions
Bug #85332
closedCKEditor-Autolinking: editor.getSelection(...) is null
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Pressing enter in source mode is producing js-error:
Steps to reproduce:
1. Create new reqular text element
2. Change mode to "Source"
3. Click in RTE
4. Press enter
5. See error in browser-console
Tested in Chrome 67 / Firefox 60
TYPO3 9.3.0
Files
Updated by Wittkiel Gruppe over 6 years ago
- Subject changed from CKEditor: editor.getSelection(...) is null to CKEditor-Autolinking: editor.getSelection(...) is null
Updated by Josef Glatz over 6 years ago
- Status changed from New to Accepted
- Target version set to Candidate for patchlevel
I can reproduce the problem even if there is already content present.¶
Every time you press the Enter key, the error occurs.
Seems like the plugin should only be "active" in WYSIWYG mode of CKEditor
Updated by Gerrit Code Review over 6 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57371
Updated by Gerrit Code Review over 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57374
Updated by Anonymous over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a8649db0c3bd0f7448dfcbf791235cefcffc446c.
Actions