Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-3023

Annotation page - resizing window in FF causes double scrollbars and/or a really long page.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 2.5.5
    • 2.5.4
    • None
    • None

    Description

      Resizing to a smaller window makes FF show some crazy.

      jQuery has some weird behavior in FF, and we're also not quite asking for what we want. E.g.,

      >>> AJS.$('#columns').css('height', '468px !important').css('height')
      "210px"

      Fix: use parseInt(document.getElementById('columns').style.height, 10) to get the actual specified value instead of the getComputedStyle value

      Attachments

        Issue Links

          Activity

            People

              aahmed Adam Ahmed (Inactive)
              aahmed Adam Ahmed (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 1h
                  1h
                  Remaining:
                  Remaining Estimate - 1h
                  1h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified