Opened 17 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 Frederico Caldeira Knabben)

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 17 years ago by Frederico Caldeira Knabben

Description: modified (diff)
Keywords: Confirmed added
Summary: Anchor contentLink/Anchor multiple paragraphs create buggy links

Confirmed with IE6 and FF2.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy