Ticket #9111 (confirmed Bug)
Anchor displayed as inline-block in IE
| Reported by: | tiois | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.0 |
| Keywords: | IE8 IE9 | Cc: |
Description
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;
}
Attachments
Change History
comment:1 Changed 11 months ago by j.swiderski
- Keywords IE, anchor removed
- Status changed from new to closed
- Resolution set to duplicate
comment:2 Changed 11 months ago by tiois
In fact, when I wrote "to edit" the content of the link, I meant to change the text in the anchor, I'm not trying to edit the properties of this link.
So, I don't think this issue duplicates #8525.
comment:3 Changed 11 months ago by j.swiderski
- Status changed from closed to reopened
- Resolution duplicate deleted
comment:4 Changed 11 months ago by j.swiderski
- Status changed from reopened to confirmed
- Keywords IE8 IE9 added
- Version changed from 3.6.3 to 3.0
@tiois Thank you for providing more details.
To reproduce:
- Paste the below into Source mode and switch to WYSIWYG
<a href="http://p2.pl" style="display: inline-block;">http://p2.pl</a>
- In IE8 or IE9 try to change the text of the link by clicking on it and typing text.
Result: You can't.
NOTE: In IE6-7 you can do it after you click on such link for the second time.
