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 )
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
Attachment: | 5617.patch added |
---|
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Review? added |
Owner: | set to Garry Yao |
Status: | new → assigned |