gadgets.window.adjustHeight() fails to resize in Webkit-based browsers
----------------------------------------------------------------------
Key: SHINDIG-1101
URL: https://issues.apache.org/jira/browse/SHINDIG-1101
Project: Shindig
Issue Type: Bug
Components: Java
Reporter: Michael Hermanto
In Webkit-browsers, gadgets will only resize to a larger size, but not to a
smaller size. This works in other browsers. Under the current implementation,
when no explicit height is specified, gadgets.window.adjustHeight() will try to
determine the height based on element's scrollHeight and offsetHeight. Webkit
always picks the larger value (after resize) and calculating based on these
result in incorrect (over-estimated) height.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.