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

Not working in IE9 if debug mode = true and debugger turned off #22

Open
rtaupe opened this issue Nov 13, 2012 · 0 comments
Open

Not working in IE9 if debug mode = true and debugger turned off #22

rtaupe opened this issue Nov 13, 2012 · 0 comments

Comments

@rtaupe
Copy link

rtaupe commented Nov 13, 2012

Hello!

I just found an interesting bug which occurs in Internet Explorer 9:
If the FileReader´s debug mode is switched on, but the IE F12 developer tools (debugger) are not open, the FileReader does not work.
The reason for this is that the console object does not work if the developer tools are not open and thus console.info(...), console.log(...) etc. throw exceptions.

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

No branches or pull requests

1 participant