Opened 8 years ago
Last modified 8 years ago
#16719 confirmed Task
Widgetselection plugin improvements - follow up of #11064
Reported by: | kkrzton | Owned by: | |
---|---|---|---|
Priority: | Nice to have (we want to work on it) | Milestone: | |
Component: | General | Version: | 4.6.1 |
Keywords: | Cc: |
Description
The cleanPasteData method should use global regexp (g
flag) to remove elements with data-cke-filler-webkit
attribute. All elements with data-cke-filler-webkit
attribute should be removed regardless the attribute value.
The removeFillers method should be more generic removing _any_ *[data-cke-filler-webkit] element. It would be simpler, and safer in case when some external API adds something to the end of the editable.
Change History (2)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 8 years ago by
Milestone: | CKEditor 4.6.2 |
---|---|
Priority: | Normal → Nice to have (we want to work on it) |
This is pretty easy task, but I'll move it to todo list in order to keep the milestone clean.