Hi,
Anyone else having prototype 1.6.1 (RC2 & RC3) to not finish loading
on Safari 4 (4.0.1)?
Safari's Activity window shows extra "about:blank" page about to be
loaded causing page not to finish the loading. Previous versions did
not have this.
Sample html file:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Prototype Test</title>
<script src="prototype.js" type="text/javascript"></script>
</head>
<body>
<p>Prototype Test </p>
</body>
</html>
Will produce following lines in Safari's Activity window
about:blank
file:///Users/Harpo/Desktop/proto.html
file:///Users/Harpo/Desktop/prototype.js
The download of about:blank "file" will not finish.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---