Opened 13 years ago
Closed 13 years ago
#8546 closed Bug (duplicate)
link in list fails in ie8
Reported by: | lise | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.2 |
Keywords: | link in list | Cc: |
Description
I run Windows 7 Service Pack 1 (Microsoft Windows NT 6.1.7601.17514) with IE8 (Version: 8.0.7601.17514)
When I put the code below into ck-editor and I try to insert a link in a list, by highlighting a word and pressing link-button to enter url, the url ends up not only in the href-attribute, but also in the linkname as seen below. I tried here to add a link to the word "om", As you can se "om" ends up after the a-tag.
This also fails in http://ckeditor.com/demo.
<ol>
<li id="uavklart">Pri 1: Utdanning.no: Vurdere <a href="http://www.uio.no">http://www.uio.no</a>om vi hvilket innhold vi ønsker å levere og hvordan - fortsatt manuelt, fra fs eller fra web eller SO</li>
</ol>
DUP of #8493