Side navigation
#1161 closed bug (invalid)
Opened May 04, 2007 12:11PM UTC
Closed July 15, 2007 03:18PM UTC
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
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.
Attachments (0)
Change History (2)
Changed June 17, 2007 11:21PM UTC by comment:1
Changed July 15, 2007 03:18PM UTC by comment:2
description: | 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. → 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. |
---|---|
resolution: | → invalid |
status: | new → closed |
Unable to be duplicated, closing.
I have been unable to duplicate this. Has anyone else?