Opened 9 years ago
Last modified 9 years ago
#13437 confirmed Bug
[D&D] Image2 broken in half when drag and dropped.
Reported by: | Szymon Cofalik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.0 |
Keywords: | Blink Webkit | Cc: |
Description
Steps to reproduce:
- Setup your editor:
<div id="classic"> <p>foo bar</p> <figure class="image right"><img alt="CKEditor logo" src="/tests/_assets/logo.png" /> <figcaption>CKEditor</figcaption> </figure> </div> <script> CKEDITOR.replace( 'classic', { height: 400 } ); </script>
Height added for easier reproduction.
- Make selection with mouse from
[bar
toCK]
(in caption). - D&D the selection somewhere (i.e. before
foo bar
). Note that you have to start dragging on selected text, not the widget.
Result: Widget got broken in half.
I think we should discuss expected result for this kind of selection. I can imagine some users trying to select some text and widget image *whole* but will fail to do so, because they will just select it to the end of caption. In this case you end up with the properly copied version of widget but you also have empty, gray rectangle in the place of the original widget.
Change History (1)
comment:1 Changed 9 years ago by
Keywords: | Blink Webkit added |
---|---|
Status: | new → confirmed |
Problem can be reproduced in Blink and Webkit Browsers from CKEditor 4.5.0. It can also be reproduced in latest CKEditor 4.5.7.