Project

General

Profile

Actions

Bug #27801

closed

RTE: Change of block style does not remove previous block styles

Added by Robert Keller almost 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2011-07-01
Due date:
% Done:

0%

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

Description

Environment:
I have configured 4 different block styles in RTE.classes and the corresponding css file:

RTE.classes {
bodytext {
name = Standard
value = font: 8pt Verdana, Arial, Helvetica, sans-serif;color: #575758;
}
header {
name = Subheadline
value = font: 8pt Verdana, Arial, Helvetica, sans-serif;color: #3c5a8c;font-weight:bold;
}
list {
name = List with arrows
value = font: 8pt Verdana, Arial, Helvetica, sans-serif;color: #575758;padding-left:14px;
}
small {
name = Small box
value = font: 7pt Verdana, Arial, Helvetica, sans-serif;color: #575758;
}
}

Initially the block style dropdown shows all of those styles.

Problem:
Whenever I change the style the previously selected style is not removed but added. The same time the selected style is removed from the dropdown. When all styles have been used the dropdown gets disabled and I cannot even choose the "Remove block style" option (which one-by-one can remove the styles).
The path in the statusbar finally shows:

Path: body»p.bodytext.header.small.list

We have recently upgraded the project from v4.1 to v4.5.3 and the behaviour was correct in v4.1.
Sorry I cannot be more precise since which version this happens.

Maybe this is not an issue but rather a misconfiguration so I attach the RTE-config.
As more than 100 editors are working with the system this is currently a blocker for us.
Can anyone confirm the bug?

Versions: rtehtmlarea 2.1.6 mode:typical, typo3 v4.5.3, happened in Firefox 3.6.18 (ubuntu) and IE8 (win xp)


Files

rte.tsconfig (1.37 KB) rte.tsconfig Robert Keller, 2011-07-01 17:46

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #29064: Incorect behaviour in Block Style in RTEClosedStanislas Rolland2011-08-17

Actions
Actions

Also available in: Atom PDF