Opened 9 years ago
Last modified 8 years ago
#14722 confirmed Bug
Block Widget inside Lists disappear on enter.
Reported by: | Abhishek Gupta | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.4.3 |
Keywords: | Cc: |
Description
Steps to reproduce
- Go to http://sdk.ckeditor.com/samples/codesnippet.html
- Clear Everything and start writing a list (bullet or numbered)
- Create a code snippet inside a list
- After code snippet is created, press the right arrow key to bring the focus to the next line.
- Press Enter key.
Expected result
We get a new list element
Actual result
Previous list element with the code snippet disappears
Other details (browser, OS, CKEditor version, installed plugins)
All Browsers
This is happening for all block level widgets.
Change History (2)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.5.10 (GitHub - master) → 4.4.3 |
This particular problem can be reproduced from version 4.4.3 but in CKEditor 4.4.1-4.4.2 it was not possible to insert a bullet that way and in CKEditor 4.3-4.4 bullet was auto-inserted.
Currently a widget and a paragraph is being inserted but either no paragraph or that extra bullet was better.