﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12125	Center an image with link break link	Johann		"I got strange bug when i try to center an image with link. The link tag is removed from html

- I use Enhanced image plugin (image2) instead of original plugin
- Justify plugin

I think CKEditor need to be compiled with image2 plugin to be reproductible !!

Step to reproduce,
- open source editor and put this html example

<p>test</p>
<p><a href=""http://www.google.fr""><img alt=""cat"" width=""360"" src=""http://scienceblogs.com/gregladen/files/2012/12/Beautifull-cat-cats-14749885-1600-1200.jpg"" /></a></p>

- set to wysiwyg area, and center image using ""center"" button
- back to source area

html is now 

<p>test</p>

<p>&nbsp;</p>

<p style=""text-align:center""><img alt=""cat"" src=""http://scienceblogs.com/gregladen/files/2012/12/Beautifull-cat-cats-14749885-1600-1200.jpg"" width=""360"" /></p>

<p>&nbsp;</p>

a tag is removed !!!"	Bug	closed	Normal		General		invalid		
