Skip to main content

Bug Tracker

Side navigation

#1561 closed bug (fixed)

Opened September 03, 2007 12:38AM UTC

Closed September 27, 2007 03:23PM UTC

IE7 tries to access http://:/

Reported by: projekt01 Owned by:
Priority: major Milestone: 1.2.2
Component: event Version: 1.2.1
Keywords: IE7 http://:/ Cc:
Blocked by: Blocking:
Description

IE7 tries to access http://:/ and this prevents to fire the

onload state.

This happens on my Win XP with a IE multi version standalone

intstallation.

The jquery core library uses a old version of the

window.onload implementation e.g.

src=:

instead of

src=[]

See jquery line 1492

Please review this and update the line 1492

from:

"src=//:><\\/script>");

to:

"src=//[]><\\/script>");

For more information see:

http://www.outofhanwell.com/blog/index.php?title=the_window_onload_problem_revisited

Attachments (0)
Change History (2)

Changed September 15, 2007 01:34PM UTC by john comment:1

component: coreevent

Changed September 27, 2007 03:23PM UTC by john comment:2

milestone: 1.21.2.2
resolution: → fixed
status: newclosed
version: 1.1.41.2.1

Fixed in SVN rev [3484].