Modify ↓
Ticket #61 (closed: invalid)
Vicky
| Reported by: | alistair.potts@… | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | ||
| Component: | Version: | ||
| Keywords: | Vicky,SPAM | Cc: | |
| Blocking: | Blocked by: |
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>");
Change History
comment:2 Changed 7 years ago by john
- Status changed from new to closed
- Resolution set to fixed
- Version set to 1.0
- Component changed from core to event
That's a great hack, thanks! It's in SVN rev 151.
comment:3 Changed 7 years ago by joern
- Priority set to blocker
- Resolution set to invalid
- Status changed from reopened to closed
- Component set to ajax
- Type set to bug
SPAMPOLICE
comment:4 Changed 7 years ago by Vicky
- Cc Vicky added; "" removed
- 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 Vicky added; "" removed
- Type changed from bug to 1
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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