Opened 13 years ago

Closed 13 years ago

#8098 closed Bug (invalid)

IE9 : Pasting of lists not working properly.

Reported by: Satya Minnekanti Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: IBM Cc: Damian, Teresa Monahan

Description

To reproduce the defect:

Scenario 1

Copy simple lists from attached word doc & paste in to editor using Ctrl +V

Issue Lots of empty paragraphs are added before the list and each list item in the list is pasted as individual Bulleted list.

Scenario 2

Copy simple lists from attached word doc & paste in to editor using Paste from Word dialog

Issue Lots of empty paragraphs are added before the list, only first list item is apsted with special characters(< > ) before it.

Tested using IE9 on windows 7

Attachments (1)

simple lists.doc (21.5 KB) - added by Satya Minnekanti 13 years ago.

Download all attachments as: .zip

Change History (7)

Changed 13 years ago by Satya Minnekanti

Attachment: simple lists.doc added

comment:1 Changed 13 years ago by Jakub Ś

Status: newpending

Here is the result I have got when pasting both lists.

<p>
	Numbered List.</p>
<p>
	&nbsp;</p>
<ol>
	<li>
		first</li>
	<li>
		second</li>
	<li>
		third</li>
</ol>
<p>
	&nbsp;</p>
<p>
	Bulleted List.</p>
<p>
	&nbsp;</p>
<ul>
	<li>
		One</li>
	<li>
		Two</li>
	<li>
		three</li>
</ul>

I see nothing unusual here.

Was this the right file or is there some configuration option you have forgotten to mention.

comment:2 in reply to:  1 Changed 13 years ago by Satya Minnekanti

Replying to j.swiderski:

Here is the result I have got when pasting both lists.

<p>
	Numbered List.</p>
<p>
	&nbsp;</p>
<ol>
	<li>
		first</li>
	<li>
		second</li>
	<li>
		third</li>
</ol>
<p>
	&nbsp;</p>
<p>
	Bulleted List.</p>
<p>
	&nbsp;</p>
<ul>
	<li>
		One</li>
	<li>
		Two</li>
	<li>
		three</li>
</ul>

I see nothing unusual here.

Was this the right file or is there some configuration option you have forgotten to mention.

@j.swiderski Have u tried this on IE9 in windows 7? I could reproduce this issue only in IE9 on windows 7. I could reproduce it on 3 of my IE9 browsers with windows 7

comment:3 Changed 13 years ago by Jakub Ś

Yes I have tested this issue in IE9 on Win7.

I have cleared the cache to be sure and pasted the list/lists from the attached word.

No matter whether I paste the whole thing, list items, or the list with it's title - the only <p> I get are here:

<p>
	Bulleted List.</p>
<p>
	&nbsp;</p>

What version of CKEditor are we talking about? I have tested this issue in CKE 3.6.1 and on trunk [7082]

comment:4 Changed 13 years ago by Jakub Ś

@satya any updates regarding this issue?

comment:5 in reply to:  4 Changed 13 years ago by Satya Minnekanti

Replying to j.swiderski:

@satya any updates regarding this issue?

@j.swiderski please close this defect. I could still reproduce it only on my machine & not on any of our colleagues machines. It's only happening with ie9 on windows 7. It may be bcoz of some security setting on my machine.

comment:6 Changed 13 years ago by Jakub Ś

Resolution: invalid
Status: pendingclosed
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