Project

General

Profile

Actions

Bug #65598

closed

RTE wraps text differently in Firefox vs. Chrome

Added by Mario Rimann about 9 years ago. Updated almost 9 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2015-03-08
Due date:
% Done:

0%

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

Description

Steps to reproduce:

  1. If you add some text in the RTE
  2. select that text
  3. choose a text-style for that section
  4. add a link for the same text-selection

Expected result:

Same HTML in any browser.

Current Result:

the resulting HTML is different, depending on the used Browser, see below:

The result in Firefox:

<a href="de/die-lungen-schuetzen.html">
  <span class="buttonGruen">Lorem ipsum</span>
</a>

The result in Chrome:

<span class="buttonGruen">
  <a href="de/die-lungen-schuetzen.html">Lorem ipsum</a>
</span>

Actions

Also available in: Atom PDF