Opened 7 years ago

Last modified 7 years ago

#16917 confirmed Bug

Creating list inside widget splits widget and creates nested structures with ENTER_BR mode. — at Version 2

Reported by: kkrzton Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: widgets, list, enter_br Cc:

Description (last modified by kkrzton)

Steps to reproduce

  1. Go to http://codepen.io/f1ames/pen/QprrBa.
  2. Insert simple box widget (button between Image and Table).
  3. Inside widget type (and then select):
[item1
item2]
  1. 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).

Change History (3)

Changed 7 years ago by kkrzton

Attachment: Mar-23-2017 10-20-29.gif added

comment:1 Changed 7 years ago by kkrzton

Description: modified (diff)
Status: newconfirmed

comment:2 Changed 7 years ago by kkrzton

Description: modified (diff)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy