Opened 11 years ago

Closed 11 years ago

#9969 closed Bug (invalid)

SyntaxHighlighter in inline editor mode

Reported by: culaido Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0
Keywords: Cc:

Description

I trying to put a plugin named SyntaxHighlighter into ckeditor 4.

This plugin is base on SyntaxHighlighter 3.0.83. http://alexgorbatchev.com/SyntaxHighlighter/

It will open a dialog with a textarea for code editing.

After editing, plugin will insert the code warp in a <pre class='blush:{whatever}'> element.

It is fine in normal editor, but in inline editor mode, it add a <br> in each line, and the correct behavior is add '\r\n';

Can you check that and make the same behaviors between the normal mode and the inline mode.

Thank you.

Change History (1)

comment:1 Changed 11 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

I think you should rather report this to plugin author and not CKEditor team.

This is custom plugin and we have no influence on it.

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