jQuery: The Write Less, Do More JavaScript Library

Ticket #2154 (new bug)

Opened 7 months ago

Last modified 7 months ago

bad URI conversion in Safari 2 (maybe Safari 3)

Reported by: DrieStone Assigned to: anonymous
Type: bug Priority: minor
Milestone: 1.2.2 Component: ajax
Version: 1.2.1 Keywords: safari, manipulation
Cc: Needs: Patch

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

Change History

Changed 7 months ago by john

  • owner deleted
  • component changed from core to ajax
Note: See TracTickets for help on using tickets.