Bug #49311
closedtypo3 RTE block style not updated after change, but assigned twice
0%
Description
Steps to reproduce:
1. create a CE text
2. in the RTE, create a table
3. type some text in a cell
4. assign the "justify left" alignment via the dropdown "block style"
5. in the FE the <td> has the class "align-left"
6. click again in the same cell
7. assign the "justify right" alignment via the dropdown "block style"
8. the cell has the class "align-left align-right"
It should be "align-right" only, IMHO
Updated by Stanislas Rolland over 11 years ago
You need to set something like the following in Page TSConfig:
RTE.mutuallyExclusiveClasses.alignment = align-left,align-right,align-center,align-justify
if these are the names of the classes you are using for alignment (they are the defaults).
Updated by Stanislas Rolland over 11 years ago
- Status changed from New to Needs Feedback
Updated by Riccardo De Contardi over 11 years ago
Yep, that works fine! Please, consider the issue closed
I just wonder... why that option is not present by default? :S
Anyway, thank you for the tip and good work!
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed