Bug #19245
closedNo more than one css-class for table element posible
0%
Description
Because of the <eval> "nospace" function it isn`t possible to define two or more css-classes to the table element, which is needed, when you use the classes for more than styling eg. javascript.
Defined in typo3/sysext/css_styled_content/flexform_ds.xml line 82
(issue imported from #M9214)
Files
Updated by Tobias Liebig over 16 years ago
patch attached.
mutiple classes are spearated by space char " "
"nospace" removes all spaces from the value
"alphanum_x" removes alls characters expect a-ZA-Z0-9 _ -
thus alphanum_x also remove the spaces
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to New
Updated by Riccardo De Contardi over 10 years ago
As far as I can see, it has been fixed in TYPO3 CMS 6.2.2
Updated by Alexander Opitz almost 10 years ago
- Status changed from New to Closed
- Is Regression set to No
Ok, as there are no more comments on this I'm closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.