#23 closed bug (fixed)
Matthias Miller domReady Approach trows an dialog box on IE + https
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | event | Version: | 1.0 |
Keywords: | document ready | Cc: | |
Blocked by: | Blocking: |
Description
The problem is in document.write("<scr" + "ipt id=ie_init defer=true " +
"src=javascript:void(0)></script>");
IE thinks that src=javascript:void(0) is a security threat
Change History (2)
comment:1 Changed 17 years ago by
Milestone: | → 1.0 |
---|---|
Version: | → 1.0 |
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in SVN rev:118, using https:/// instead of javascript:void(0).