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


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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to