Bug #25554
closed
Handling of tab indentation is faulty
Added by Administrator Admin over 15 years ago.
Updated about 7 years ago.
Priority:
Won't have this time
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)
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...
- 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.
- Project changed from 75 to TYPO3 Core
- Description updated (diff)
- Is Regression set to No
As far as I can see the version of codemirror shipped with TYPO3 8.2 is still version 0.9.4
- Status changed from New to Under Review
This issue is fixed since #81901, available with the upcoming v9.
- Status changed from Under Review to Rejected
Also available in: Atom
PDF