jQuery: The Write Less, Do More JavaScript Library

Ticket #61 (closed 1: invalid)

Opened 2 years ago

Last modified 2 years ago

Vicky

Reported by: alistair.potts@… Assigned to: anonymous
Type: 1 Priority: 1
Milestone: 1 Component: 1
Version: 1 Keywords: Vicky
Cc: Vicky Needs:

Description

Original (line 991):

// Only works if you document.write() it
document.write("<scr" + "ipt id=__ie_init defer=true " +
	"src=javascript:void(0)></script>");

Fix:

// Only works if you document.write() it
document.write("<scr" + "ipt id=__ie_init defer=true " +
	"src=//:></script>");

Attachments

Change History

Changed 2 years ago by anonymous

Should have added - this problem only affects ie7b3. However, the fix works for ie5.5 -> ie7b3, and saves a few bytes.

Changed 2 years ago by john

  • status changed from new to closed
  • component changed from core to event
  • version set to 1.0
  • resolution set to fixed

That's a great hack, thanks! It's in SVN rev 151.

Changed 2 years ago by joern

  • priority set to blocker
  • status changed from reopened to closed
  • component set to ajax
  • resolution set to invalid
  • type set to bug

SPAMPOLICE

Changed 2 years ago by Vicky

  • cc changed from "" to Vicky
  • component changed from ajax to 1
  • summary changed from ready does not work over https with msie - fix to Vicky
  • priority changed from blocker to 1
  • version set to 1
  • milestone set to 1
  • keywords changed from "" to Vicky
  • type changed from bug to 1
Note: See TracTickets for help on using tickets.