-
Notifications
You must be signed in to change notification settings - Fork 94
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
Comments
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? |
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. |
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 |
Could you find out what is on that line? I guess it might be the line with
But http://msdn.microsoft.com/en-us/library/ie/342xfs5s(v=vs.94).aspx says IE7+ should support the operator anyway... |
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.
The text was updated successfully, but these errors were encountered: