Opened 17 years ago

Closed 17 years ago

#1073 closed Bug (duplicate)

Link modified with "'amp;apos..." durin multiple source click event

Reported by: Rajendra Parampalli Owned by:
Priority: Normal Milestone:
Component: UI : Source View Version: FCKeditor 2.4.3
Keywords: Cc:

Description

  1. On FCK Editor, copy and paste the following

<input class="buttonleft" type="button" onClick="window.location.href='http://www.test.com/UI/page.aspx?cid=1&ptid= 4&pgtid=5&guid=[GUID]'" value="Back to My Home Page" />

  1. Click on 'Source' (multiple times)

Actual Result

<input class="buttonleft" type="button" onClick="window.location.href='http://www.test.com/UI/page.aspx?cid=1&amp;a pos;amp;apos;ptid=4&amp;apos;amp;apos;pgtid=5&amp;apos;amp;apos;guid=[GUID] '" value="Back to My Home Page" />

Expected Result

<input class="buttonleft" type="button" onClick="window.location.href='http://www.test.com/UI/page.aspx?cid=1&ptid= 4&pgtid=5&guid=[GUID]'" value="Back to My Home Page" />

Observation

"&amp;apos;amp;apos;" were added next to "&", this will add up depending on the number of times the "Source" is clicked.

Please look into this.

OS : Windows XP Pro Browser : IE 6 and IE 7

Thanks and Regards, Raj

Attachments (2)

b4SourceClick.JPG (89.4 KB) - added by Rajendra Parampalli 17 years ago.
Before clicking of source toolbar
afterSeveralSourceClick.JPG (99.5 KB) - added by Rajendra Parampalli 17 years ago.
After clicking source several times

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by Rajendra Parampalli

Attachment: b4SourceClick.JPG added

Before clicking of source toolbar

Changed 17 years ago by Rajendra Parampalli

Attachment: afterSeveralSourceClick.JPG added

After clicking source several times

comment:1 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Resolution: duplicate
Status: newclosed

Dup of #268. This is already fixed on trunk.

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