Opened 13 years ago
Closed 12 years ago
#9088 closed Bug (duplicate)
Unable to copy the images in CK editor for IE and Crome Browser
Reported by: | saurabh | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 3.6 |
Keywords: | IE | Cc: |
Description
Hi,
I am unable to copy the images from MS-word doc on CK editor for IE and chrome browser.Its working fine in FF.what would be best poosible way to sort out this issue.Thanks
Change History (5)
comment:1 follow-up: 2 Changed 13 years ago by
Status: | new → pending |
---|
- How do you copy those images? You drag and drop them or paste contents of document into CKEditor?
- What is the exact step by step scenario?
- Which version of MS Word are you using 2010, 2007, 2003 ?
comment:2 Changed 13 years ago by
1.Drag the image from MS word 2007 and drop the text editor.
- when i drag the image it does not show on CK Editor in IE and chrome browser.
3.Just move the cursor in the end, nothing happens regarding Image 4.firefox works well.
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
- Drag and drop Images - CKEditor does not provide this feature - it is browser feature. Firefox provides it, other browsers don't.
- If these images from word have local URLs then what you are doing is very wrong. CKEditor works on server side. When you drag and drop image from word with local path - you will see it in Firefox but the problem is that you are the only person who will see it. After saving data if anyone wishes to view your page he will not see the image as he does not have it on E.g.
C:/images/a.jpg
- There are some upload plugins on our forum but I'm not sure if any of those supports drag and drop - http://cksource.com/forums/viewforum.php?f=18
comment:4 Changed 12 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |