﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9111	Anchor displayed as inline-block in IE	Jean-François Côté		"When using a template that renders an anchor in display: inline-block, it's impossible to edit the content of this anchor. The problem occurs in IE8/9, not Firefox of Chrome.

The Source is :

<p><a class=""file file_doc"" href=""#"">Document PowerPoint</a></p>

The CSS is :

.editor .file {
    display: inline-block;
    padding: 2px 0 2px 22px;
}

.editor a.file_ppt {
    background:url(/bundles/projectfrontendcore/images/ul/icones/ppt.gif) no-repeat 0 1px;
}"	Bug	confirmed	Normal		General	3.0		IE8 IE9	
