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

Left pane in "Find issues" is waaay to wide with custom fields having long descriptions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 3.1.1
    • 3.0.1, 3.0.2, 3.0.3, 3.1
    • None

    Description

      When using custom fields, left pane gets extremely wide if you have a custom field that has longer description.

      The problem lies in the ugly HTML that says:

      [...snip...]
      <td nowrap>
      [.../snip...]

      That way the text does not break into multiple lines and you get a really wide (3/4 of screen, depends on the lenght of your description) left pane and there's almost no room left for the actual isues.

      Quick fix: add this CSS:

      .subText {
      word-wrap: normal; /* Internet Explorer */
      white-space: normal; /* Firefox */
      white-space: -moz-pre-wrap; /* Other Mozilla, since 1999 */
      white-space: pre-wrap; /* css-3 */
      white-space: -pre-wrap; /* Opera 4-6 */
      white-space: -o-pre-wrap; /* Opera 7 */
      display: block;
      }

      This allows the description to wrap.

      Actual fix would be to tidy up the HTML of the whole Jira and maybe even make it XHTML 1.0 compliant...

      Attachments

        Activity

          People

            mark@atlassian.com MarkC
            62d6d9b41376 Bojan
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 5m
                5m
                Remaining:
                Remaining Estimate - 5m
                5m
                Logged:
                Time Spent - Not Specified
                Not Specified