Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-4156

JIRA assumes buggy CSS handling for uncommon browsers

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 3.0 Pro Preview
    • None
    • None
    • None

    Description

      JIRA serves a different CSS stylesheet for "old" browsers that presumably don't fully support CSS1, like Netscape 4. The actual check for old-browser-ness is:

      If useragent is null or (not msie and not moz and not opera)

      This means more modern browsers like Konqueror are probably being considered 'old' and fed the old stylesheet. Given the rather minimal browser share of NS4 these days, we can probably drop this check and just serve one CSS to all browsers.

      Attachments

        Activity

          People

            Unassigned Unassigned
            7ee5c68a815f Jeff Turner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: