Opened 8 years ago
Last modified 8 years ago
#16917 confirmed Bug
Creating list inside widget splits widget and creates nested structures with ENTER_BR mode. — at Initial Version
Reported by: | kkrzton | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | widgets, list, enter_br | Cc: |
Description
Steps to reproduce
- Go to http://codepen.io/f1ames/pen/QprrBa.
- Create simple box widget.
- Inside widget type (and then select):
[item1 item2]
- Create unordered list from selection.
Expected result
The list is created inside widget.
Actual result
The creation of list creates new widget for every list item nested inside the former widget which creates invalid widget structure. Also when getData
is called only first item list is present (due to invalid structure).
Other details (browser, OS, CKEditor version, installed plugins)
Tested on Chrome (56.0.2924.87 (64-bit)) with newest CKEditor (4.6.2).