Opened 12 years ago
Closed 11 years ago
#10447 closed Bug (wontfix)
mouse-moving an image fails in chrome, works in safari
Reported by: | ptica | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Editable | Version: | 3.0 |
Keywords: | Mac Chrome | Cc: |
Description (last modified by )
testing on http://ckeditor.com/demo
got chrome Version 26.0.1410.65 @ mac
1] click on the apollo image, it turn blueish
2] move it with the mouse to different location
3] original image disappears, but just a hyperlink to image url appears in the destination area
safari does ok, though.
Edit:
Problem can be reproduced from CKEditor 3.0 in both CKE 3.x and CKE 4.x. This issue is reproducible only in Chrome Mac (works fine on Win and Linux).
Please see comment:2 for detailed scenario.
Change History (6)
comment:1 Changed 12 years ago by
Keywords: | image chrome safari removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 Changed 12 years ago by
ok, I see, trying with non div-wrapped & not aligned image
1] click after the word 'Earth' in second paragraph (status line shows "body p")
2] inserting a img with url http://wiki.ufal.ms.mff.cuni.cz/image/logo_ufal_142.png
3] clicking on the image, turns blueish
4] moving it one word to the left
5] MOVES OK
6] moving it another word to the left
7] hyperlink appears instead of an img:
<a href="http://wiki.ufal.ms.mff.cuni.cz/image/logo_ufal_142.png" style="line-height: 1.6em;">http://wiki.ufal.ms.mff.cuni.cz/image/logo_ufal_142.png</a>
comment:3 Changed 12 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:4 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Mac Chrome added |
Status: | reopened → confirmed |
Version: | 4.1.1 → 3.0 |
comment:5 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:6 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
The native images drag and drop is unstable in some browsers and it's totally uncontrollable, so in CKeditor 4.3 we introduced the Enhanced Image plugin which solves this issue by completely overriding drag and drop process.
TC you describe produces result presented in #8884 (H1 is being left when image is dragged).
When you have image not wrapped in Div and not aligned to right (class="right") you can see exactly that image can be moved.
I'm closing this issue as invalid. @ptica if you don't agree, please leave a comment explaining exactly what you do and what you get in editor. I will then reopen this ticket.