Opened 15 years ago
Closed 15 years ago
#457 closed defect (duplicate)
dojo.widget.Dialog: Work incorrect with the background layer
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Line 147:
dojo.html.body().scrollHeight |
Replace with: var h = dojo.html.getViewportHeight();
Note: See
TracTickets for help on using
tickets.
Duplicate of #374