Opened 18 years ago
Last modified 17 years ago
#220 closed Bug
Link/Anchor multiple paragraphs create buggy links — at Version 1
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.4.3 |
Component: | General | Version: | FCKeditor 2.4 |
Keywords: | Confirmed | Cc: |
Description (last modified by )
Original html:
<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p> <p>Testing</p> <p>One Two Three</p>
Select all content and add an anchor or link, then the html is changed to:
<p><a name="anchor1">This is some <strong>sample text</strong>. You are using FCKeditor.</a></p> <p><a href="javascript:void(0);/*1173334815335*/">Testing</a></p> <p><a href="javascript:void(0);/*1173334815335*/">One Two Three</a></p>
Change History (1)
comment:1 Changed 18 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Confirmed added |
Summary: | Anchor content → Link/Anchor multiple paragraphs create buggy links |
Confirmed with IE6 and FF2.