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
- 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" />
- 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&a pos;amp;apos;ptid=4&apos;amp;apos;pgtid=5&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
"&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)
Change History (3)
Changed 17 years ago by
Attachment: | b4SourceClick.JPG added |
---|
Changed 17 years ago by
Attachment: | afterSeveralSourceClick.JPG added |
---|
After clicking source several times
comment:1 Changed 17 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Dup of #268. This is already fixed on trunk.
Before clicking of source toolbar