Project

General

Profile

Actions

Bug #77376

closed

RTE Bug in Chrome for praragraph and list

Added by André Stafast over 7 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 #1

Updated by Riccardo De Contardi over 7 years ago

Is this related or even the same: #67348 ?

Actions #2

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from New to Closed

I tried to reproduce this issue with Versione 60.0.3112.113 on windows7 and TYPO3 7.6.21, and standard RTE configuration:

Test 1:

<ul><li>Bullet 1</li><li>Bullet 2</li></ul>

Result after unsetting list:

Bullet 1<br />Bullet 2

Test 2:

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

Result after unsetting list:

<p>&nbsp;</p>
<ul><li><a href="http://www.abc.com/?id=1" class="internal-link" title="Opens internal link in current window" data-htmlarea-external="1">Bullet 1</a></li><li><a href="http://www.abc.com/?id=2" class="internal-link" title="Opens internal link in current window" data-htmlarea-external="1">Bullet 2</a></li></ul>
<p>&nbsp;</p>

As I am not able to reproduce it and there has not been activity since a very long time, I think I can safely close it.

If you think that this is the wrong decision or experience the issue again or have more information about how to reproduce it, please reopen it, or open a new issue with a reference to this one.

Thank you.

Actions

Also available in: Atom PDF