[ 
https://issues.apache.org/jira/browse/WICKET-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13892270#comment-13892270
 ] 

Arnout Engelen commented on WICKET-1497:
----------------------------------------

OK Great!

> 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)

Reply via email to