juvia icon indicating copy to clipboard operation
juvia copied to clipboard

Browsers Supported?

Open billc opened this issue 12 years ago • 4 comments

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.

billc avatar Jul 23 '13 19:07 billc

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?

FooBarWidget avatar Jul 23 '13 20:07 FooBarWidget

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 avatar Jul 24 '13 00:07 billc

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

billc avatar Jul 25 '13 15:07 billc

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...

stbuehler avatar Aug 17 '13 10:08 stbuehler