Uploaded image for project: 'Shindig'
  1. Shindig
  2. SHINDIG-1918

Improved dynamic sizing on IE9+

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.5.0-beta6
    • 2.5.0
    • Javascript
    • None

    Description

      In IE, some gadget's heights are calculated incorrectly because element.currentStyle.height doesn't take into account an element's max-height. As a result, a gadget can end up with the full height of some content even though it is contained within a scrollable container with a max-height.

      IE9 onward support the standard getComputedStyle function, which behaves the same as in other browsers. This patch adds check for that.

      Attachments

        1. fix-ie-dynamic-size-bug.patch
          0.6 kB
          Nick Howes

        Activity

          People

            mmannion Mathew Mannion
            nickjk Nick Howes
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: