Project

General

Profile

Actions

Bug #64768

closed

Classes for tables set in RTE are not renddered in FE

Added by Harald no-lastname-given over 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
Start date:
2015-02-02
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Since about two weeks it no longer works that classes are taken for tables in FE. Since TYPO3 currently being developed, I have been waiting for. But I think this is a mistake.

The said part of the configuration which has always worked:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

RTE.classes {
table {
name = Table: Base
}
table-striped {
name = Table: Striped rows
alternating.rows { # 0 = even, 1 = odd
startAt = 1
oddClass = row-odd
evenClass = row-even
oddHeaderClass = row-odd
evenHeaderClass = row-even
}
}
table-bordered {
name = Table: Bordered table
}
table-hover {
name = Table: Hover rows
}
table-condensed {
name = Table: Condensed table
}
........

PAGE TS CONFIG:

RTE.default {
buttons {
blockstyle.tags.table.allowedClasses := addToList(table, table-striped, table-bordered, table-hover, table-condensed)
}
proc {
allowedClasses (
table, table-striped, table-bordered, table-hover, table-condensed, table-responsive, row-odd, row-even,
)
}
........

SETUP:

  1. Allow classes to tables
    lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.tags.table.fixAttrib.class.list := addToList(table, table-striped, table-bordered, table-hover, table-condensed)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In BE (RTE), the classes are displayed. Only in the FE it is not accepted. I'm pretty sure that there's something wrong.

Thanks Harald


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #70213: Classes for tables set in RTE are not rendered in FEClosed2015-09-30

Actions
Actions

Also available in: Atom PDF