Opened 7 years ago

Last modified 7 years ago

#16637 confirmed Bug

Anchor disappears when dropped into widget editable region

Reported by: kkrzton Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Steps to reproduce

  1. Go to http://ckeditor.com/demo#widgets.
  2. Use 3rd editor (Enhanced Image), switch to source mode and paste HTML
    <p>Example text <a id="anchor" name="anchor"></a></p>
    
    <figure class="image" style="float:right"><img alt="Apollo-CSM-LM" src="http://c.cksource.com/a/1/img/demo/apollo-csm-lm.png" width="200" />
    <figcaption>Apollo CMS-LM spacecraft</figcaption>
    </figure>
    
  1. Switch back to WYSIWYG mode.
  2. Drag and drop anchor into image description.

Actual result

The anchor can be drag and dropped into editable. When dropped it disappears (probably because of ACF applied to editable region).

Expected result

Not sure exactly what should happen, I assume the anchor should be not droppable if it's going to be removed anyway.

Other details (browser, OS, CKEditor version, installed plugins)

Tested on Chrome.

Change History (1)

comment:1 Changed 7 years ago by kkrzton

Status: newconfirmed
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