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)
Change History (7)
Changed 13 years ago by
Attachment: | simple lists.doc added |
---|
comment:1 follow-up: 2 Changed 13 years ago by
Status: | new → pending |
---|
comment:2 Changed 13 years ago by
Replying to j.swiderski:
Here is the result I have got when pasting both lists.
<p> Numbered List.</p> <p> </p> <ol> <li> first</li> <li> second</li> <li> third</li> </ol> <p> </p> <p> Bulleted List.</p> <p> </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
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> </p>
What version of CKEditor are we talking about? I have tested this issue in CKE 3.6.1 and on trunk [7082]
comment:5 Changed 13 years ago by
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
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Here is the result I have got when pasting both lists.
I see nothing unusual here.
Was this the right file or is there some configuration option you have forgotten to mention.