﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14284	extra white space appear in code snippet area in ckeditor	zami		"
	

I am using ckeditor's code snippet pluggin.Problem is when in put code in the window everything is ok in chrome ,but when i put it in editor a lot of white space appears.And in firefox white space appears both in snippet window and editor.How i can solve this? i want something like SO's code snippet's auto indentation

i tried the following code.but not helping me much:

 CKEDITOR.addCss( 'body {word-break:break-all;}' );

        CKEDITOR.addCss('code{font-size:14px;}');
        CKEDITOR.addCss('code{white-space:pre-wrap}');


"	Bug	closed	Normal		General		expired		
