The icon associated to a certain Issue Type is not displayed in Firefox or IE (but it is displayed correctly in Chrome).
It seems that the images were not located in the icons folder.
This is not an answer specifically to the question posted here but this question came up in my google search for the problem I just solved so I will note my solution for anyone who also gets here via Google. A recent Chrome update caused the issuetype icons to be only 1 pixel wide in the sub-task display on a parent issue view in JIRA 5.0.x.
I fixed it by adding this CSS code to the "Administration->System->User Interface->Announcement Banner"
<style> .module img { max-width: none; } </style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh great! Thanks, Zachary.
I had exactly the same problem and this post was very helpful. Brilliant!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it just you or is it every user? Have you tried to a cache clear on yoru browsers? Are you behind a proxy?
have you tried copying the URL of the image (right click, copy Image Location in FF) and pasting it back into the URL bar? Does it load?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.