﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8949	IE: Image Properties does not show in context menu when the image is wrapped in a div with the width set	James Cunningham	Garry Yao	"'''Steps to reproduce the defect:'''

1. Open CKEditor in IE.
2. Paste the code below into the source view.

{{{
<div style=""width: 700px"">
	<img alt="""" src=""http://www.attackingsoccer.com/wp-content/uploads/2011/07/Shamrock-Rovers-logo.jpg"" /></div>

}}}
This code is simply an image wrapped inside a div and the div has a width of 700px.

3. Switch back to WYSIWYG mode.
4. Right click anywhere on the image.

'''Expected Result:''' The context menu is displayed and it contains an option to open the Image Properties dialog.

'''Actual Result:''' The context menu appears '''but there is no Image Properties option'''

This defect was introduced with this changeset [http://dev.ckeditor.com/changeset/7404]

N.B. Similar behaviour can be seen when the image is also a link (see code below) and sometimes the Edit Link/Remove Link options also do not appear in the context menu.


{{{
<div style=""width: 700px"">
	<a href=""http://www.attackingsoccer.com/wp-content/uploads/2011/07/Shamrock-Rovers-logo.jpg""><img alt="""" src=""http://www.attackingsoccer.com/wp-content/uploads/2011/07/Shamrock-Rovers-logo.jpg"" /></a></div>

}}}

"	Bug	closed	Normal	CKEditor 3.6.4	UI : Context Menu	3.6.3	fixed	IE IBM	Damian Satya Minnekanti Teresa Monahan
