Opened 11 years ago

Last modified 11 years ago

#9828 confirmed Bug

Can't remove an iframe in BR mode

Reported by: tema Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Chrome Cc:

Description

How to repdroduce:

  1. Open http://ckeditor.com/demo#enter
  2. Use the developer console to set the editor data (one with the BR mode)
CKEDITOR.instances.editor2.setData('<iframe></iframe>')
  1. Set the cursor after the iframe and press enter to make a newline
  2. Press backspace to delete an iframe

Expected: backspace to delete an iframe Now: Cursor gets stuck on the line after the iframe

Change History (1)

comment:1 Changed 11 years ago by Jakub Ś

Keywords: Chrome added; enter backspace removed
Status: newconfirmed
Version: 4.0.13.0

I was able to reproduce this problem only in Chrome from CKEditor 3.0 (It also occurs in CKEditor 4.x (v4)).

Please also note:

  • IE8 has problem with images (iframe uses image placeholder) described here: #8446.
  • IE9 has different problem reported here #9926.
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