#193 closed defect (fixed)
SaveMap widget is broken
Reported by: | chrisclaydon | Owned by: | pagameba |
---|---|---|---|
Priority: | P1 | Milestone: | 2.0 |
Component: | Widgets | Version: | SVN |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | 1177426 | Operating System: | All |
state: | Analysis Requested |
Description ¶
Adding a SaveMap widget to a layout causes problems loading the widgets.
This appears to stem from a call to Object.inheritFrom in the SaveMap.js initializeWidget method.
Change History (11)
comment:1 by , 16 years ago
External ID: | → 1177426 |
---|
comment:2 by , 16 years ago
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The submission allows the widget to initialize, but the paths are still wrong for the scripts that are invoked, and for non-IE browsers the code will still just load an image in a hidden frame.
comment:6 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:8 by , 16 years ago
comment:9 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
Object.inheritFrom is called only if the format is set to DWF. This appears to make the object initialize itself twice, and it fails the second time through.
If the call to Object.inheritFrom is removed, the widget initialization succeeds, but some of the paths in the widget are incorrect, since the MapGuide folder has been moved.
Also, in browsers other than IE, the widget loads the new image into a hidden frame, which doesn't allow the user to view or save it.