Opened 11 years ago
Closed 11 years ago
#12683 closed Bug (fixed)
Filter fails to remove custom tags
| Reported by: | Piotrek Koszuliński | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.4.6 |
| Component: | General | Version: | 4.1 RC |
| Keywords: | ACF | Cc: |
Description
Based on https://github.com/ckeditor/ckeditor-dev/pull/139
Example:
var filter = createFilter( 'p bar' ); filter( '<bar><h1>bar</h1></bar>', '<bar>bar</bar>' );
Change History (2)
comment:1 Changed 11 years ago by
| Keywords: | ACF added |
|---|---|
| Status: | new → confirmed |
| Version: | → 4.1 RC |
comment:2 Changed 11 years ago by
| Milestone: | → CKEditor 4.4.6 |
|---|---|
| Resolution: | → fixed |
| Status: | confirmed → closed |

Fixed with git:d789182.