Opened 15 years ago
Closed 13 years ago
#2154 closed bug (invalid)
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[][email protected]'; $(this).replaceWith('<img src="'+imgDest+'" />');
resulting HTML:
<img src="download.php?RF_ITEM[]=Entry%[email protected];" />
(notice that the "$0" is converted to "%3Cdi")
Tested in Safari 2.0.4 Mac
Change History (2)
comment:1 Changed 15 years ago by
Component: | core → ajax |
---|
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.