Vinoth Kumar
Vinoth Kumar

Reputation: 197

Selecting through Status bar and deleting get merged with next element

When trying to delete the selected element through status bar next element is getting merged with deleted element tag.

I have tried this in

  1. CKEDITOR 4.0 and latest version

  2. Chrome 32.0

This problem coming in CKEDITOR demo page itself

Its happening only in Chrome Browser.

See below image, i have selected the H2 tag.

enter image description here

And i have deleted that H2 element, but the next element is now added with in the H2 tag.

enter image description here

How can i overcome this problem

Upvotes: 17

Views: 891

Answers (3)

Roy Shoa
Roy Shoa

Reputation: 3195

There is a opened ticket about this bug in CKEditor. there is also a fix for some cases of this bug (it will fix the problem that describe):

http://dev.ckeditor.com/ticket/11861#comment:20

Upvotes: 1

ankit.json
ankit.json

Reputation: 150

This issue happens sometimes with CKeditor in chrome browser, try deleting browser cache by pressing ctrl+shift+delete in chrome..

Upvotes: 1

Jonas Audenaert
Jonas Audenaert

Reputation: 162

I think that you removed the title of H2 but your span is still added to a section H2. You need to remove the H2 section if you want the span to be directly under body.

Upvotes: 1

Related Questions