Actions
Bug #20765
closedFix to HTMLparser_tags
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-07-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Fix it so the fixAttrib.[attribute].list when used with 'class' handles multiple classes correctly.
Example, its not possible to have it work correctly when :
class="htmlarea-table greentable"
it doesn't pick up the greentable class.
So if it was set as fixAttrib.class.list=greentable,redtable,bluetable,normaltable,lgtable
and it then encountered class="greentable lgtable msoCrud" it should simply remove the msoCrud class and leave the rest.
(issue imported from #M11552)
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.3
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.
Actions