Skip to main content

Bug Tracker

Side navigation

#2154 closed bug (invalid)

Opened January 11, 2008 06:52PM UTC

Closed December 10, 2009 03:36AM UTC

bad URI conversion in Safari 2 (maybe Safari 3)

Reported by: DrieStone Owned by:
Priority: minor Milestone: 1.2.2
Component: ajax Version: 1.2.1
Keywords: safari, manipulation Cc:
Blocked by: Blocking:
Description

URIs get converted whenever doing manipulation tasks (looks like a regular expression replacement):

myURL = 'download.php?RF_ITEM[]=Entry$0@601';

$(this).replaceWith('<img src="'+imgDest+'" />');

resulting HTML:

<img src="download.php?RF_ITEM[]=Entry%3Cdi@601;" />

(notice that the "$0" is converted to "%3Cdi")

Tested in Safari 2.0.4 Mac

Attachments (0)
Change History (2)

Changed January 14, 2008 06:49PM UTC by john comment:1

component: coreajax

Changed December 10, 2009 03:36AM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed

There haven't been any other reports of this behavior in two years, so I'm going to assume it's fixed or was never broken. If anyone can reproduce it, reopen the ticket with a test case. I don't have Safari 2 to try a repro.