Opened 9 years ago

Last modified 9 years ago

#13058 confirmed Bug

IE8 Problem copy or cut and paste numeroted list with linebreak

Reported by: jtonnelier Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0
Keywords: IE Cc:

Description

In IE8:

1.Create a numeroted list

2.Use Shift+Enter for a line break (adding Br tag)

3.Copy or cut the list

4.Paste the list

Problem: the line break is missing

Detect in 4.4.1, but present here: http://ckeditor.com/demo

Change History (1)

comment:1 Changed 9 years ago by Jakub Ś

Keywords: IE added
Status: newconfirmed
Version: 4.4.14.0

Problem can be reproduced from CKEditor 4.0 in IE8-10. In all other borwsers, br tags are not removed.

NOTE: Before version 4.0, list after pasting looked like:

<ul>
	<li>
		<ul>
			<li>
				test1</li>
			<li>
				test2</li>
			<li>
				test3</li>
		</ul>
	</li>
	<li>
		~</li>
	<li>
		&nbsp;</li>
</ul>
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy