Opened 16 years ago
Closed 16 years ago
#779 closed defect (fixed)
When browser window is resized the overview is not kept relative to the bottom right
Reported by: | pagameba | Owned by: | pagameba |
---|---|---|---|
Priority: | medium | Milestone: | 2.1 |
Component: | Fusion Templates | Version: | |
Severity: | minor | Keywords: | |
Cc: | cclaydon | External ID: | 1161249 |
Description
1) Load the Sheboygan package from http://download.osgeo.org/mapguide/releases/2.0.0/samples/Sheboygan.mgp
2) Open the Slate or Aqua FWL in a browser
3) Resize the window
Note that the overview does not stay relative to the bottom right like it did in the previous release. If the window is resized to be small, the overview window could become completely invisible.
Happens with IE, Chrome, Firefox.
Note:
See TracTickets
for help on using tickets.
In r3485, add logic to handle the resize of the browser viewport and reposition the dialogs. This will keep the dialogs in their current position but may move them to keep them visible within the viewport if required. Once a dialog that is initially relative to the bottom left is moved by the user, the new position is relative to the top right and it will not move if the window is resized - unless the resize would obscure part of the dialog, in which case it will move.