You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Arnout Engelen (JIRA)" <ji...@apache.org> on 2014/02/05 17:16:13 UTC

[jira] [Closed] (WICKET-1497) viewport height not correctly calculated on IE7

     [ https://issues.apache.org/jira/browse/WICKET-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arnout Engelen closed WICKET-1497.
----------------------------------


> viewport height not correctly calculated on IE7
> -----------------------------------------------
>
>                 Key: WICKET-1497
>                 URL: https://issues.apache.org/jira/browse/WICKET-1497
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.3.3
>            Reporter: Arnout Engelen
>            Assignee: Igor Vaynberg
>
> I noticed the vertical positioning of the popup isn't corrected properly under IE7.
> Digging in the code, I found that Wicket.DateTime.getViewportHeight() returns 'undefined' under IE7. This is a hack to work around an old problem in the standard YAHOO.util.Dom.getViewportHeight();.
> It seems the hack is now broken, and the standard YAHOO.util.Dom.getViewportHeight(); has since been fixed: after replacing Wicket.DateTime.getViewportHeight() with YAHOO.util.Dom.getViewportHeight(); it now works fine under both IE and FF again.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)