Opened 10 years ago
Last modified 10 years ago
#12846 confirmed Bug
No block wrapper after removing table
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
No block wrapper after removing table
- Open any sample with CKEditor. (i.e. samples/replacebyclass.html)
- Remove the table by right-click / "Delete Table"
- Type text "foo"
Expected result:
Caret is not within any paragraph, therefore foo gets typed directly into a body.
Current result:
Caret should be put innto some block wrapper.
Additional info:
- Doesn't seem to be recent regression, checked 4.3.0 and it's also reproducible there.
Problem can be reproduced from CKEditor 4.0 in all browsers.
NOTE: I get rid of the impression that this is a duplicate although I haven't any.