Opened 16 years ago
Closed 16 years ago
#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: | |
Blocked by: | Blocking: |
Description (last modified by )
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 (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Unable to be duplicated, closing.
Note: See
TracTickets for help on using
tickets.
I have been unable to duplicate this. Has anyone else?