Reputation: 197
When trying to delete the selected element through status bar next element is getting merged with deleted element tag.
I have tried this in
CKEDITOR 4.0 and latest version
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.
And i have deleted that H2
element, but the next element is now added with in the H2
tag.
How can i overcome this problem
Upvotes: 17
Views: 891
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
Reputation: 150
This issue happens sometimes with CKeditor in chrome browser, try deleting browser cache by pressing ctrl+shift+delete in chrome..
Upvotes: 1
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