Skip to main content

Bug Tracker

Side navigation

#23 closed bug (fixed)

Opened July 01, 2006 02:22PM UTC

Closed July 05, 2006 01:44AM UTC

Last modified June 20, 2007 02:58AM UTC

Matthias Miller domReady Approach trows an dialog box on IE + https

Reported by: neytema@gmail.com 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

Attachments (0)
Change History (2)

Changed July 01, 2006 04:05PM UTC by john comment:1

milestone: → 1.0
version: → 1.0

Changed July 05, 2006 01:44AM UTC by john comment:2

resolution: → fixed
status: newclosed

Fixed in SVN rev:118, using https:/// instead of javascript:void(0).