Opened 11 years ago
Closed 10 years ago
#13186 closed Bug (fixed)
ACF not applied when paste event contains range
| Reported by: | Piotr Jasiun | Owned by: | Olek Nowodziński |
|---|---|---|---|
| Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 4.5.0 |
| Component: | General | Version: | 4.5.0 Beta |
| Keywords: | Cc: |
Description
- Open http://tests.ckeditor.dev:1030/tests/plugins/clipboard/manual/draganddrop
- Select some blockquote or header.
- Drop it into the image caption.
Result: ACF is not applied, headers/blockquote are not stripped.
I checked that it is because of changes introduce in #13042: paste event contains range parameter when it is fired as a result of drag and drop. Without that parameter ACF works fine.
Change History (4)
comment:1 Changed 11 years ago by
| Milestone: | → CKEditor 4.5.0 |
|---|---|
| Priority: | Normal → High |
| Status: | new → confirmed |
comment:2 Changed 11 years ago by
| Owner: | set to Olek Nowodziński |
|---|---|
| Status: | confirmed → assigned |
comment:3 Changed 11 years ago by
| Status: | assigned → review |
|---|
comment:4 Changed 10 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review → closed |
Great job! Nested editables are widget plugin's feature, so it makes sense to handle them there. In the same way we change the active filter when nested editable is focused - it also happens in the widget plugin.
Fixed on major with git:bca0002.

Changes in branch:t/13186.