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)
Actions