#10324 closed Bug (wontfix)
Space text disappear when one image is moved around the text
Reported by: | pepet | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Description of problem:
If you have one image between two words, and you move the image to another place, the space between the two words is deleted.
Browser: Chrome (all versions, oficial 28, 27, 26, 25,...and 28.0.1477.0 canary), Safari (Version 6.0.3 (8536.28.10) but in all 6.0, 5.0, 4.0 is the same), in MacOs 10.8.3 and 10.7
Steps to reproduce:
- write any text. For ex: "one two"
- insert one image in middle of the two words. For ex: "one <img>two"
- move the image to another place. For ex: "onetwo <img>"
- the space in the middle of the two words disappears.
"one two <img>" -> "onetwo <img>"
Expected result: the two words be kept separate "one two <img>"
Actual result: the space disappear "onetwo <img>"
Attachments (3)
Change History (5)
Changed 12 years ago by
Attachment: | Screen Shot 2013-04-13 at 6.45.40 PM.png added |
---|
comment:1 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Drag&drop is not handled by CKEditor, but by browsers. We cannot do anything about it right now other then writing support for D&D from scratch (what we're planning). Thus, in this situation keeping this ticket does not make sense.
comment:2 Changed 12 years ago by
Version: | 4.2 (GitHub - major) |
---|
first