IE7 - additional paragraph added before list pasted from word
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>
</p>
<ul>
<li>
Test</li>
<li>
Test</li>
<li>
Test</li>
</ul>
Change History (3)
Status: |
new →
confirmed
|
Version: |
3.5.1 →
3.2
|
Resolution: |
→ wontfix
|
Status: |
confirmed →
closed
|
Component: |
Core : Pasting →
Plugin : Paste from Word
|
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.