Opened 13 years ago

Closed 11 years ago

Last modified 10 years ago

#7495 closed Bug (wontfix)

IE7 - additional paragraph added before list pasted from word

Reported by: Krzysztof Studnik Owned by:
Priority: Normal Milestone:
Component: Plugin : Paste from Word Version: 3.2
Keywords: Cc:

Description

Environment

MS Word 2007; WinXP IE7

Steps to reproduce

  • In Word, create bulleted list with 3 items
  • Select all and copy to clipboard
  • In CKEditor clear content
  • Paste selection using PasteFromWord button

Actual result

Under IE7, additional paragraph is added before pasted list

<p>
	&nbsp;</p>
<ul>
	<li>
		Test</li>
	<li>
		Test</li>
	<li>
		Test</li>
</ul>

Change History (3)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed
Version: 3.5.13.2

It only happens when you allow webpage access your clipboard ("Do you want to allow this webpage to access your clipboard?"). If you select no and paste list from dialog everything is fine.

I have been able to reproduce it for IE6 and IE7 (from CKEditor ver. 3.2.1). From version 3.1 till 3.2 (inclusive), list is pasted with paragraph but a second later CKEditor removes it.

comment:2 Changed 11 years ago by Piotrek Koszuliński

Resolution: wontfix
Status: confirmedclosed

Expired. IE7 support is dropped.

comment:3 Changed 10 years ago by Frederico Caldeira Knabben

Component: Core : PastingPlugin : Paste from Word
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