Opened 10 years ago

Closed 10 years ago

#11216 closed Bug (fixed)

CKEDITOR.template does not accept "\\'" as a pattern

Reported by: Piotrek Koszuliński Owned by: Marek Lewandowski
Priority: Normal Milestone: CKEditor 4.3.2
Component: General Version: 4.0 Beta
Keywords: Cc:

Description (last modified by Jakub Ś)

new CKEDITOR.template( "\\'" ).output()

Error is thrown.

Related: #11102.

Change History (4)

comment:1 Changed 10 years ago by Jakub Ś

Description: modified (diff)
Status: newconfirmed
Version: 4.0 Beta

Error looks the same so this is rather another TC for #11102


Contrary to #11102 here you can use single backslash:

tpl = new CKEDITOR.template( '\'' );
console.log( tpl.output(  ) );

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

Milestone: CKEditor 4.3.2

comment:3 Changed 10 years ago by Marek Lewandowski

Owner: set to Marek Lewandowski
Status: confirmedassigned

comment:4 Changed 10 years ago by Marek Lewandowski

Resolution: fixed
Status: assignedclosed

Fixed with git:ac305ede7397f8 to master at dev.

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