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

Browsers Supported? #44

Open
billc opened this issue Jul 23, 2013 · 4 comments
Open

Browsers Supported? #44

billc opened this issue Jul 23, 2013 · 4 comments

Comments

@billc
Copy link

billc commented Jul 23, 2013

What browsers are or are planned to be supported?

I have a need to support IE8 clients with similar functionality. I accessed the demo site and received a javascript issue. I assume IE8 is probably shunned, but was looking for an official disclaimer on browsers supported.

@FooBarWidget
Copy link
Member

Are you talking about the administration interface, or the main commenting form? The main commenting form should support IE 7+ just fine. I've never tested the administration interface outside of Firefox and Chrome though. Maybe someone else has?

@billc
Copy link
Author

billc commented Jul 24, 2013

From the admin site, I accessed a demo site page to display the commenting page. It shows the script tag information to include, some of the comments, but only has a loading image for the comment form. I am not work with IE8 available, but I can post a screenshot tomorrow if helpful. The javascript error text is unhelpful.

@billc
Copy link
Author

billc commented Jul 25, 2013

Image of the failure in IE8. Again javascript error text is not very helpful. Syntax error in show_topic.js line: 2235 char: 3, code: 0

@stbuehler
Copy link
Contributor

Could you find out what is on that line? I guess it might be the line with >>> in

    /** Casts the given integer as unsigned 32-bit. */
    Juvia.uint32 = function(i) {
        return i >>> 0;
    }

But http://msdn.microsoft.com/en-us/library/ie/342xfs5s(v=vs.94).aspx says IE7+ should support the operator anyway...

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

3 participants