Opened 11 years ago
Last modified 10 years ago
#12087 confirmed Bug
Can't delete an empty line between block widgets — at Version 1
Reported by: | Daniele Arancia | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Widgets | Version: | 4.3 Beta |
Keywords: | Cc: |
Description (last modified by )
- Open image2 sample.
- Insert two captioned, not aligned images one after another.
- Use magicline to create a space between them.
- Try to remove this space now. It's impossible.
Original description
Hi, I tried in your "http://ckeditor.com/demo#enter" demo page, using the third CKeditor with title "Produce <div> on ENTER", to create 3 divs: the first with contenteditable="false", the second with no setting, the third with contenteditable="false".
So I put the following content as content of the ckeditor body: <div contenteditable="false">This editor produces <div> on ENTER.</div><div>This editor produces <div> on ENTER.</div><div contenteditable="false">This editor produces <div> on ENTER.</div>
The bug I found is that I can't delete the second line. If I clean the row and try pressing backspace or delete button, CKeditor will delete the first and/or the third div.
Many thanks in advance Kind regards Daniele
Change History (1)
comment:1 Changed 11 years ago by
Component: | General → UI : Widgets |
---|---|
Description: | modified (diff) |
Keywords: | contentditable false delete lines removed |
Status: | new → confirmed |
Summary: | can't delete lines between contenteditable false DIVs → Can't delete an empty line between block widgets |
Version: | 4.4.1 → 4.3 Beta |
I rewrote your ticket description so it mentions widgets. Note that non-editable content inside editor is only handled in form of widgets. Raw contenteditable=false works, but it's not officially supported.