Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typeof(window.external.pageT) returns "unknown" instead of "undefined" for some versions of IE #10

Open
GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link
Collaborator

Certain versions of IE will return "unknown" instead of "undefined" for 
typeof(window.external.pageT). This will cause a JS error following the test on 
line https://code.google.com/p/episodes/source/browse/trunk/episodes.js#266

We've been able to reproduce that behavior on a machine with Windows XP and IE8 
8.0.6001.18702 (although 2 other machines with the same IE version didn't 
reproduce). But this behavior has been documented for IE when accessing objects 
via COM+ bridge: 
http://stackoverflow.com/questions/10982739/typeof-returning-unknown-in-ie

Original issue reported on code.google.com by fuch...@gmail.com on 9 Mar 2014 at 12:28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant