Side navigation
#61 closed (invalid)
Opened July 11, 2006 01:01PM UTC
Closed October 26, 2006 02:21PM UTC
Last modified November 08, 2006 02:56PM UTC
Vicky
| Reported by: | alistair.potts@party | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | ||
| Component: | Version: | ||
| Keywords: | Vicky,SPAM | Cc: | |
| Blocked by: | Blocking: |
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 (0)
Change History (6)
Changed July 11, 2006 01:08PM UTC by comment:1
Changed July 17, 2006 02:05AM UTC by comment:2
| component: | core → event |
|---|---|
| resolution: | → fixed |
| status: | new → closed |
| version: | → 1.0 |
That's a great hack, thanks! It's in SVN rev 151.
Changed October 26, 2006 02:21PM UTC by comment:3
| component: | → ajax |
|---|---|
| priority: | → blocker |
| resolution: | → invalid |
| status: | reopened → closed |
| type: | → bug |
SPAMPOLICE
Changed November 08, 2006 02:56PM UTC by comment:4
| cc: | "" → Vicky |
|---|---|
| component: | ajax → 1 |
| keywords: | "" → Vicky |
| milestone: | → 1 |
| priority: | blocker → 1 |
| summary: | ready does not work over https with msie - fix → Vicky |
| type: | bug → 1 |
| version: | → 1 |
Changed October 24, 2010 09:22PM UTC by comment:5
| component: | 1 |
|---|---|
| milestone: | 1 |
| priority: | 1 |
| type: | 1 |
| version: | 1 |
Changed October 24, 2010 09:28PM UTC by comment:6
| cc: | Vicky |
|---|---|
| keywords: | Vicky → Vicky,SPAM |
Should have added - this problem only affects ie7b3. However, the fix works for ie5.5 -> ie7b3, and saves a few bytes.