Project

General

Profile

Actions

Bug #49311

closed

typo3 RTE block style not updated after change, but assigned twice

Added by Riccardo De Contardi over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2013-06-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

Actions #1

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

Actions #2

Updated by Stanislas Rolland over 11 years ago

  • Status changed from New to Needs Feedback
Actions #3

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!

Actions #4

Updated by Alexander Opitz over 11 years ago

  • Status changed from Needs Feedback to Closed
Actions

Also available in: Atom PDF