Hallo everyone,
I think I have a pretty simple question, but unfortunately I am unable to find an answer...
I would like to know why JIRA is only compatible with certain web browsers. What is the technology behind it?
It would be great if Atlassian fronted up and said that at least some of its products, eg Greenhopper and Crucible are not really compatible with IE8. Would help in the continual battle to get a modern browser into corporate environments.
Or at the very least, they could say it's usable but the experience is severely degraded using IE8.
This is what they say here: http://confluence.atlassian.com/display/JIRA/Supported+Platforms
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Right, they say nothing about IE8 being a poor 4th or 5th choice for use with the products.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Usual stuff: CSS, jQuery, which means javascript (actually a atlassianified version of it). Google OpenSocial which again means javascript.
You should ask a more relevant question, like, why is not Jira compatible with X. It is a very general question.
Surely Jira is not going to provide support for browsers made a mundo conditio.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
True, it was very generally asked..
I would like to know why JIRA is not compatible with Opera or SeaMonkey?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Possibly just because they haven't tested with it, more than it definitely doesn't work. Try it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It works fine in Opera for me. Generally, it's coded to standard, so browsers that are good at standards tend to work quite well. As Jamie says, it's mostly because they don't test much for other browsers, because most users are on one of the big three.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA uses Javascript to render most of its UI elements. It has its own library (AUI) extended from jQuery and any JS library is dependent on browsers. It is difficult to test the app in all web browsers but they have done it on the major ones for the heavily used versions.
There is a good chance that most of the functionlity will work on all browsers but it is something that you will have to test for yourself. Watch out for some rendering issues if you are working on an old browser like IE6!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bear in mind you shouldn't be using IE6 - it's not supported by the vendor any more and is known to be insecure.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.