Opened 17 years ago

Closed 17 years ago

#461 closed Bug (duplicate)

putting ampersands in an onclick even changes to apostrophe

Reported by: Frank M Thompson Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.4.2
Keywords: Cc:

Description

When adding an onclick even for an item, if you put an ampersand (for like a document.location.href change) it changes the ampersand to an apostrophe.

IE:

<div class="leftnav" onClick="window.location.href='index.cfm?do=cms.showPage&cid=14'">test</div>

turns into:

<div onClick="window.location.href='index.cfm?do=cms.showPage'cid=14'" class="leftnav">test</div>

Change History (1)

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

Keywords: onclick ampersand removed
Resolution: duplicate
Status: newclosed

dup of #268

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