[Chameleon-dev] [Bug 952] Fixed: MapTips widget ignores tolerance and creates incorrect mouseover and mouseout attributes. Added: intelligent LinkURL parsing, LINKTARGET attribute

bugzilla-daemon at maptools.org bugzilla-daemon at maptools.org
Fri Feb 25 07:12:50 EST 2005


http://www.maptools.org/bugzilla/show_bug.cgi?id=952





------- Additional Comments From ahocevar at hotmail.com  2005-02-25 07:12 -------
Created an attachment (id=72)
 --> (http://www.maptools.org/bugzilla/attachment.cgi?id=72&action=view)
Solve problem with backslash-escaped characters in URLs

If using JavaScript-URLs (like "javascript:openURL('LinkUniqueID');") in the
LINKURL attribute, the quotes are escaped again and again after every form
submission, resulting in broken URLs like
"javascript:openURL(\\\'LinkUniqueID\\\');".

My workaround in the attached patch is to strip those slashes (using
stripslashes), but this might be bad practice since it is unclear to me where
and why GET-Parameters are backslash-escaped in Chameleon.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Chameleon-dev mailing list