Actions
Bug #6526
closedCan't open https://knb.ecoinformatics.org on IE 8
Start date:
04/18/2014
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
I just installed a Windows 7 (64-bit) in VB on my macbook pro. I tried IE 8 to open https://knb.ecoinformatics.org and nothing was loaded.
There was error icon on the left-bottom. I double clicked and got the message is : "Console is undefined app.js line 7".
Updated by Lauren Walker over 10 years ago
- Status changed from New to In Progress
- Assignee set to Lauren Walker
It looks like IE 8 and earlier does not allow use of the console functions, like console.log, unless developer tools are open. And console.debug doesn't exist at all in IE 8. I added an IE fix for it in loader.js before any other app loading is done. WIll test it in IE 8 soon.
Updated by Lauren Walker about 10 years ago
- Status changed from In Progress to Resolved
Actions