#26 closed defect (fixed)
[Widgets] GetPrintablePage creates scrollbars in main app
Reported by: | jfournier | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | 1.0.5 |
Component: | Widgets | Version: | 1.0.4 |
Severity: | Minor | Keywords: | |
Cc: | Browser: | Firefox 2 | |
External ID: | madair | Operating System: | All |
state: | New |
Description
This behaviour was witnessed in the new standard template for MapGuide (templates/mapguide/standard). When you click Print a dialog will appear. Invoking this dialog creates scrollbars in the main app. Once you are finished with the dialog the scrollbars will remain. It appears that Jx Layout cannot get a handle of these scrollbars on resize.
Discovered in FF2 - not tested in other browsers.
Change History (7)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Jx issue.
This occurs when the modal dialog blanket style.display is set to 'block', the dialog shim appears to be too large, not sure why.
Also in the Jx.Dialog.hide method, blanket.style.display should also be set to 'none'
comment:3 by , 17 years ago
Milestone: | 1.0.4 → 1.0.5 |
---|---|
Version: | 1.0.3 → 1.0.4 |
comment:4 by , 17 years ago
Status: | new → assigned |
---|
comment:6 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Are you sure that the template is not just missing overflow hidden on the body or main container for the app?