Actions
Bug #39075
closedCSC ignores removeDefaultCss with accessibilityMode
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2012-07-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
In class tx_cssstyledcontent_pi1
around line 617:
if ($accessibilityMode) { // .. $this->addPageStyle('.csc-textpic-intext-right-nowrap .csc-textpic-text', 'margin-right: ' . $noWrapMargin . 'px;'); // .. }
This should respect the setting of config.removeDefaultCss
and not add any styles at all if it's set to 1.
Actions