Ticket #26 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[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: External ID: madair
state: New Browser: Firefox 2
Operating System: All

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

Changed 5 years ago by pagameba

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

Changed 5 years ago by anonymous

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'

Changed 5 years ago by pagameba

  • version changed from 1.0.3 to 1.0.4
  • milestone changed from 1.0.4 to 1.0.5

Changed 5 years ago by madair

  • status changed from new to assigned

Changed 5 years ago by madair

Changed 5 years ago by madair

  • status changed from assigned to closed
  • resolution set to fixed

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

Changed 5 years ago by madair

(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.