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

IE8 Compatibility Issues #94

Open
junderhill opened this issue Oct 31, 2013 · 3 comments
Open

IE8 Compatibility Issues #94

junderhill opened this issue Oct 31, 2013 · 3 comments

Comments

@junderhill
Copy link

Balloons IO is unusable from within Internet Explorer 8. When entering a chat room multiple javascript errors are encountered and the styling is completely distorted. See screenshots:

screenshot from 2013-10-31 14 13 48

screenshot from 2013-10-31 14 14 58

The javascript issues seem to be coming from within the jQuery libraries however I'm guessing this isn't where the origin of the issue lies.

screenshot from 2013-10-31 14 19 48

@cristiandouce
Copy link
Collaborator

So... for what I'm seeing seems to be an error with jQuery. Odd.

A little more about the log would be awesome!

Q: do you have access to IE9 or IE10, in order to have a "console" tab that logs javascript ouptputs and errors? Any of those can be set to Browser mode: IE8 and still have IE9 and IE10 tools that could help us debugging this.

Thanks!

@junderhill
Copy link
Author

Yeh of course.

From within IE10 set to IE8 mode, the error on the console is as follows:

SCRIPT65535: Unexpected call to method or property access.
jquery.min.js, line 3 character 31871

However using the call stack I've narrowed it down to within js/script.js

screenshot from 2013-10-31 15 49 02

I'll carry on trying to figure a solution as and when I can. Let me know if you manage to sort something before I do.

Thanks

@cristiandouce
Copy link
Collaborator

Awesome!

I'd try first updating some of the libs used. [email protected] is way out of date. Also ICanHaz, but starting with jQuery should throw different, IMO.

Thanks!

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

2 participants