Bug Tracker

Ticket #1561 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

IE7 tries to access http://:/

Reported by: projekt01 Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.2 Component: event
Version: 1.2.1 Keywords: IE7 http://:/
Cc: Needs: Review

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

Change History

Changed 1 year ago by john

  • owner deleted
  • component changed from core to event

Changed 1 year 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].

Note: See TracTickets for help on using tickets.