Opened 15 years ago

Last modified 15 years ago

#5617 closed Bug

Filter does not allow two 'text' filters — at Version 1

Reported by: Garry Yao Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.3
Component: Core : Output Data Version: 3.0
Keywords: Confirmed Review+ Cc:

Description (last modified by Garry Yao)

By adding another 'text' type filter to htmldataprocessor breaks the editor output, e.g.

htmlFilter.addRules(
	{
		text : function( text )
		{
			return text;
		}
	});

Change History (2)

Changed 15 years ago by Garry Yao

Attachment: 5617.patch added

comment:1 Changed 15 years ago by Garry Yao

Description: modified (diff)
Keywords: Review? added
Owner: set to Garry Yao
Status: newassigned
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