Project

General

Profile

Actions

Bug #68561

closed

rtehtmlarea: Plugin "DefaultInline" fails to transform em tag properly

Added by Johannes no-lastname-given almost 9 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2015-07-27
Due date:
% Done:

0%

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

Description

The RTE plugin "DefaultInline" does not respect global HTML properties inside the (pre-Gecko-1.9.3) transformation of em tags. Specifically the em tag must not contain the "b" character inside its attribute names or values.

This bug applies to TYPO3 6.2-7.0.

The attached file contains a fix against TYPO3 6.2.

-- Steps to reproduce

Feed the DefaultInline::transformContent method with the following argument: <em class="contains-a-b-character">some text</em>

-- Actual result

The transformation returns: <em class="contains-a-b-character">some text</i>

-- Expected result

The transformation returns: <i class="contains-a-b-character">some text</i>


Files

FIX-rtehtmlarea-em-transformation.6.2.patch (777 Bytes) FIX-rtehtmlarea-em-transformation.6.2.patch TYPO3 6.2 fix for aforementioned bug Johannes no-lastname-given, 2015-07-27 19:35
Actions

Also available in: Atom PDF