Opened 8 years ago
Last modified 8 years ago
#14901 confirmed Bug
Dragging an inline widget outside of span, carries leftover span around
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Widgets | Version: | 4.5.0 Beta |
Keywords: | Cc: |
Description
Steps to reproduce
- Load CKEditor with the image2 widget and for easier testing
config.allowedContent = true;
In the content add
<p><span style="border:2px solid red; padding: 10px">A span <img alt="" src="/userfiles/dnv.png">.</span></p>
(adjust image path as needed)
- In design mode drag the image out of the span
Expected result
The image element is moved out cleanly
Actual result
A span wraps the image that is now out of the initial span
Other details (browser, OS, CKEditor version, installed plugins)
Tested with Firefox, Chrome and Edge
Change History (1)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.5.11 → 4.5.0 Beta |
This is now confirmed to be a regression introduced in
4.5.0
.