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 #1

Updated by Mario Rimann about 9 years ago

not sure, but maybe this is related to #65393 where we've documented another issue where RTE behaves differently, depending on the browser in use.

Actions #2

Updated by Alexander Kontos almost 9 years ago

Hi,

i can confirm that but unfortunately the behaviour comes from the HTMLArea itself.
Please go to
http://htmlarea.sourceforge.net/examples/core.html

Here you have different outputs depending on the browser you use ( bit different to your example, but the same way).

Sorry we can't do anything here. Maybe you could try to get in contact with the programmer of the HTMLArea

Actions #3

Updated by Mathias Schreiber almost 9 years ago

  • Status changed from New to Rejected
Actions

Also available in: Atom PDF