Project

General

Profile

Actions

Bug #39075

closed

CSC ignores removeDefaultCss with accessibilityMode

Added by Julian Wachholz over 12 years ago. Updated about 11 years ago.

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

Also available in: Atom PDF