Opened 16 years ago
Closed 15 years ago
#1561 closed bug (fixed)
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
Change History (2)
comment:1 Changed 16 years ago by
Component: | core → event |
---|
comment:2 Changed 15 years ago by
Milestone: | 1.2 → 1.2.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 1.1.4 → 1.2.1 |
Note: See
TracTickets for help on using
tickets.
Fixed in SVN rev [3484].