scottbyrns / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

EXHIBIT: local svn version fails to work with IE but fine with Firefox #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checkout svn version of exhibit
2. insert into <html><head/><html/>:   <script
src="/exhibit/webapp/api/exhibit-api.js" type="text/javascript"></script>
(or whatever local path)
3. Works fine with Firefox, however IE gives an Authentication error in the
javascript console.

What is the expected output? What do you see instead?

Expected output is normal exhibit table. IE shows following error in
javascript console when using local svn version instead of that at
http://static.simile.mit.edu/exhibit/api-2.0/exhibit-api.js:

Line: 36
Char: 5
Error: 'Exhibit.Authenication' is null or not an object
Code: 0

What version of the product are you using? On what operating system?

SVN (r1680) - doesn't work with local copy on IE
http://static.simile.mit.edu/exhibit/api-2.0/exhibit-api.js - works with IE

Please provide any additional information below.

Original issue reported on code.google.com by yee...@gmail.com on 13 Nov 2008 at 7:50

GoogleCodeExporter commented 8 years ago

Original comment by stefano.mazzocchi@gmail.com on 25 Mar 2009 at 7:02