Opened 9 years ago

Closed 9 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 9 years ago by Piotrek Koszuliński

Keywords: ACF added
Status: newconfirmed
Version: 4.1 RC

comment:2 Changed 9 years ago by Piotrek Koszuliński

Milestone: CKEditor 4.4.6
Resolution: fixed
Status: confirmedclosed

Fixed with git:d789182.

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