Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#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 pagameba, 16 years ago

Are you sure that the template is not just missing overflow hidden on the body or main container for the app?

comment:2 by anonymous, 16 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 pagameba, 16 years ago

Milestone: 1.0.41.0.5
Version: 1.0.31.0.4

comment:4 by madair, 16 years ago

Status: newassigned

comment:6 by madair, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [1394]) closes #26: set size for Jx.Dialog blanket

comment:7 by madair, 16 years ago

(In [1395]) re #26: also need to set body.overflow=hidden for full-screen apps. This needs to be documented somewhere for Jx

Note: See TracTickets for help on using tickets.