Opened 14 years ago
Closed 14 years ago
#3184 closed defect (fixed)
getViewport reports the wrong height on IE7
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dijit.util.getViewport().h is the document body height and not the viewable area on IE7.
Note: See
TracTickets for help on using
tickets.
(In [8801]) Fixes #3184. Added specialized IE case.