Bug #53125
closedTypoScript Editor Help is disabled after multiline comment
0%
Description
If you write TypoScript in Setup-Field there is a great Editor with Help-Dropdown after each dot (Example: 10.wrap.)
If you write a Multiline Comment, the Help-Dropdown doesn't appear anymore after the Comment.
Test with this TypoScript:
page = PAGE
page {
10 = TEXT
10 {
value = Helpdropdown works fine here
}
/*
Multiline Comment
*/
20 = TEXT
# Here the Dropdown is missing, also with STRG+Space:
20.
}
Updated by Philipp Gampe about 11 years ago
- Status changed from New to Needs Feedback
Works for me.
What browser are you using? Do you get any JS errors?
Updated by Gernot Ploiner about 11 years ago
It appears in actual Firefox 24 and Chrome 30.
There is no Javascript Error in Firebug.
Strange: If you copy&paste my Code above it works. If you type the same Code then the Problem appears.
You can also try to copy&paste my Code and modify something (delete the Comment after '20 = TEXT' and make Code Format with the TAB key). Then the Problem also appears.
Updated by Philipp Gampe about 11 years ago
- Category changed from TypoScript to Backend User Interface
- Status changed from Needs Feedback to Accepted
Did not test again, but I trust you about the issue. I assume that all those issues are related.
Updated by Mathias Schreiber almost 10 years ago
- Category changed from Backend User Interface to t3editor
Updated by Riccardo De Contardi about 9 years ago
still present on 7.6-dev (latest master)
Updated by Andreas Kienast about 7 years ago
- Status changed from Accepted to Rejected
The issue is fixed since #81901 for upcoming v9.