﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13008	Cross Browser issue..	Chandran M		"IE and -Moz- cross browser compatibility issue

Issues: '''unable to remove image resize handle.'''
Ex. [http://i.stack.imgur.com/oNse1.png]

Note: I did below ways as well.
1.Unchecked image auto resize option in Browser setting<br>
2.<img contentEditable=false src=""...""/> <br>
3.CKEDITOR.replace( 'editor1', {
    disallowedContent: 'img[width,height]'
} );

and config.disallowedContent = 'img[width,height]';"	Bug	closed	Normal		General		invalid		
