﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10129	Unable to link an image in a Definition List using IE9.	SP Dev		"Hi,

When adding a hyperlink to an image in a definition list, HTML is incorrect in IE. I am using CKEditor 3.6.4 for ASP.NET.

Steps to reproduce:

1) Copy/paste the following:

<dl class=""image block1"" id=""CEInsert2219"">
	<dt jquery15102809381276178383=""29"">
		<img alt=""photo.JPG"" src=""/data/files/gallery/ContentGallery/thumb/tn-photo2.JPG"" /></dt>
</dl>

2) Then using the editor, select the image and make it a hyperlink.

Using IE, you'll see html code is incorrect and looks like to:

<dl class=""image block1"" id=""CEInsert2219"">
	<dt jquery15102809381276178383=""29"">
		<img alt=""photo.JPG"" src=""/data/files/gallery/ContentGallery/thumb/tn-photo2.JPG"" /><a href=""http://google.com"">http://google.com</a></dt>
</dl>

instead of 

<dl class=""image block1"" id=""CEInsert2219"">
	<dt jquery15102809381276178383=""29"">
		<a href=""http://google.com""><img alt=""photo.JPG"" src=""/data/files/gallery/ContentGallery/thumb/tn-photo2.JPG"" /> </a></dt>
</dl>

I have attached a screenshot to this case.
Let me know,
Best,
Toni"	Bug	closed	Normal		General	3.6.4	invalid		
