﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10109	Image resizing is not disabled in inline editing in IE-8	abua		"Following is the html to enable inline editing in a div and disable editing for an image inside it by setting contenteditable=""false"". It is working fine in FF but in IE-8 it is resizable. In Chrome it is not resizable but when dragged it inserted copies of the image.

<div id=""edtable1"" contenteditable=""true"">
            <div>Inline editing. This div should be editable.</div>
            <div><img alt="""" src=""http://a.cksource.com/c/1/inc/img/demo-little-red.jpg"" contenteditable=""false""
                style=""margin-left: 10px; margin-right: 10px; float: left; width: 120px; height: 168px;"" />
            <h5>This image should not be resizable.</h5></div>
            <p>Editable content. This p should be editable.</p>
            <p>Other editable stuffs.</p>
        </div>"	Bug	closed	Normal		General	4.0 Beta	invalid	Image handling	
