Project

General

Profile

Actions

Bug #77736

closed

rte conversion to bullet list in internet explorer 11 wrong

Added by Christian Bernet over 7 years ago. Updated about 7 years ago.

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

0%

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

Description

Hi together

If i have this code "christian<br />bernet<br />wo<br />du" in the rte field and convert it to a bullet list.
Then its behaves in the different browsers differently.

In internet explorer 11 it gives:
<ul><li>christian<br />bernet<br />wo<br />du</li></ul>

In other browser it gives:
<ul><li>christian</li><li>bernet</li><li>wo</li><li>du</li></ul>

In my opinien the internet explorer should behave it like the other browser.
Thanks for fixing this!

Cheers,
Christian

Actions

Also available in: Atom PDF