Project

General

Profile

Actions

Bug #22298

closed

RTE: blocklevel alignment broken

Added by pete_work over 14 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-03-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Adding a textfield to typo3 and marking and setting some text as centered changes the following example:
<p>oh what a nice peace of text</p>
into:
<p class="align-center">oh what a nice peace of text</p>

That's pretty good, but when you try to change it again (p.e.: right-align) then the result is:
<p class="align-center align-right ">oh what a nice peace of text</p>

And the element is displayed with [text-align:center;]

TemplaVoila 1.4.2
Firefox 3.6
RTE 1.8.8

I updated the t3-system from version 4.2.12 to 4.3.2 but the problem remains the same. I also switched to tinyrte-extension but this doesn't help neither.

I checkek with firebug, to be sure to NOT override the alignment with my own css-stylesheet.

I checked it with another t3-installation and there is the same problem. Combining an "align-center" with "name-of-person" is also not possible.
(issue imported from #M13860)

Actions #1

Updated by Chris topher over 14 years ago

I cannot reproduce that.
Do you use an extension which manipulates something with the RTE?

Actions #2

Updated by Chris topher about 14 years ago

Closed, not reproducable and no feedback at all.

Actions

Also available in: Atom PDF