Modify ↓
Ticket #1161 (closed bug: invalid)
Blank IE7 after reloading (F5)
| Reported by: | beachwalker | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.1.3 |
| Component: | core | Version: | 1.1.2 |
| Keywords: | blank IE7 | Cc: | |
| Blocking: | Blocked by: |
Description (last modified by john) (diff)
If I include the actual jquery version 1.1.2 like this and view it in IE7 something mysterious happens:
<html>
<head> <link rel="stylesheet" type="text/css" href="main.css"></link> <script type="text/javascript" src="jquery.js"></script> </head> <body>
<p>test</p>
</body>
</html>
The paragraph is shown, but after reloading the page all content is blown away (blank page). It is still visible in the source view, but nothing is shown. Any ideas? It's working fine with the previous release.
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.

I have been unable to duplicate this. Has anyone else?