Nick Howes created SHINDIG-1918:
-----------------------------------
Summary: Improved dynamic sizing on IE9+
Key: SHINDIG-1918
URL: https://issues.apache.org/jira/browse/SHINDIG-1918
Project: Shindig
Issue Type: Improvement
Components: Javascript
Affects Versions: 2.5.0-beta6
Reporter: Nick Howes
Priority: Minor
Attachments: fix-ie-dynamic-size-bug.patch
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira