Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 682
Vinoth Kumar Avatar asked Jan 23 '14 08:01

Vinoth Kumar


1 Answers

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.

like image 178
Jonas Audenaert Avatar answered Oct 21 '22 23:10

Jonas Audenaert