Project

General

Profile

Actions

Bug #53125

closed

TypoScript Editor Help is disabled after multiline comment

Added by Gernot Ploiner about 11 years ago. Updated about 7 years ago.

Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
t3editor
Target version:
-
Start date:
2013-10-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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.
}


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #48170: No autocomlete / hints after multiline commentClosed2013-05-14

Actions
Actions #1

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?

Actions #2

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.

Actions #3

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.

Actions #4

Updated by Mathias Schreiber almost 10 years ago

  • Category changed from Backend User Interface to t3editor
Actions #5

Updated by Riccardo De Contardi about 9 years ago

still present on 7.6-dev (latest master)

Actions #6

Updated by Andreas Kienast about 7 years ago

  • Status changed from Accepted to Rejected

The issue is fixed since #81901 for upcoming v9.

Actions

Also available in: Atom PDF