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.
Reported by: | kkrzton | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | widgets, list, enter_br | Cc: |
Description (last modified by )
Steps to reproduce
- Go to http://codepen.io/f1ames/pen/QprrBa.
- Insert simple box widget (button between
Image
andTable
). - 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).
See attached gif - https://dev.ckeditor.com/attachment/ticket/16917/Mar-23-2017%2010-20-29.gif.
Other details (browser, OS, CKEditor version, installed plugins)
Tested on Chrome (56.0.2924.87 (64-bit)) with newest CKEditor (4.6.2).
Attachments (1)
Change History (3)
Changed 8 years ago by
Attachment: | Mar-23-2017 10-20-29.gif added |
---|
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
comment:2 Changed 8 years ago by
Description: | modified (diff) |
---|