Opened 7 years ago

Last modified 7 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

  1. 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)

  1. 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 7 years ago by Tade0

Status: newconfirmed
Version: 4.5.114.5.0 Beta

This is now confirmed to be a regression introduced in 4.5.0.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy