Bug Tracker

Modify

Ticket #1561 (closed bug: fixed)

Opened 6 years ago

Last modified 6 years ago

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:
Blocking: Blocked by:

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

Change History

comment:1 Changed 6 years ago by john

  • Component changed from core to event

comment:2 Changed 6 years ago by john

  • Status changed from new to closed
  • Version changed from 1.1.4 to 1.2.1
  • Resolution set to fixed
  • Milestone changed from 1.2 to 1.2.2

Fixed in SVN rev [3484].

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.