Modify ↓
Ticket #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: | |
| 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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
