Bug #25554
closedHandling of tab indentation is faulty
0%
Description
When opening a TS record in TCEforms (list module f.e.) and indenting lines with tab, these indentations are "gone" (visually) in t3editor.
When indenting with tab in t3editor, tabs are converted to two spaces when opening the TS record in TCEforms again.
Found that behavior in FF3.5
(issue imported from #M11454)
Updated by Ingmar Schlecht about 14 years ago
I can confirm that. Tabs seem to be converted to spaces even for lines that haven't been touched, which is quite unexpected I would day...
Updated by Tobias Liebig over 13 years ago
- Status changed from Accepted to New
- Assignee deleted (
Administrator Admin) - Priority changed from Should have to Won't have this time
- Target version deleted (
0) - TYPO3 Version set to 4.5
The Problem ist, that the CodeMirror converts tabs into spaces. It does for a reason, because handling "tabs" seems not to work out in a editable iframe.
CodeMirror2 addresses this issue, but it not stable or feature complete yet.
Updated by Michael Stucki almost 11 years ago
- Project changed from 75 to TYPO3 Core
Updated by Mathias Schreiber almost 10 years ago
- Description updated (diff)
- Is Regression set to No
any progress here?
Updated by Riccardo De Contardi over 8 years ago
As far as I can see the version of codemirror shipped with TYPO3 8.2 is still version 0.9.4
Updated by Georg Ringer over 7 years ago
- Related to Feature #81901: Refactor t3editor added
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 27 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53413
Updated by Andreas Kienast about 7 years ago
This issue is fixed since #81901, available with the upcoming v9.
Updated by Andreas Kienast about 7 years ago
- Status changed from Under Review to Rejected