Project

General

Profile

Actions

Bug #77376

closed

RTE Bug in Chrome for praragraph and list

Added by André Stafast almost 8 years ago. Updated over 6 years ago.

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

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
chrome, rte
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hello,

I found a bug in chrome(v51) for RTE under OS x and Windows 10.

<ul><li>Bullet 1</li><li>Bullet 2</li></ul>
Mark all, unset list and I get this:
<span style="font-size: calc(14.4px); line-height: 1.5;">Bullet 1</span><br /><span style="font-size: calc(14.4px); line-height: 1.5;">Bullet 2</span>

OR

<p><a href="http://www.abc.com/?id=1" class="internal-link" title="Opens internal link in current window">Bullet 1</a></p><p><a href="http://www.abc.com/?id=2" class="internal-link" title="Opens internal link in current window">Bullet 2</a></p>
Mark all, set list and I get this:
<p><ul><li><a href="http://www.abc.com/?id=1" class="internal-link" title="Opens internal link in current window" style="font-size: calc(14.4px); line-height: 1.5;">Bullet 1</a></li><li><a href="http://www.abc.com/?id=2" class="internal-link" title="Opens internal link in current window" style="font-size: calc(14.4px); line-height: 1.5;">Bullet 2</a></li></ul></p>

Greets André :)

Actions

Also available in: Atom PDF