Opened 13 years ago
Closed 13 years ago
#1982 closed defect (fixed)
QuickPlot command is broken in the AJAX viewer
Reported by: | jng | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 2.4 |
Component: | AJAX Viewer | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
Invoke the quick plot command from the ajax viewer. Checking advanced options or doing the plot straight away fails because it is interpreting the frame hierarchy wrong.
Namely access to the map frame from a popup window is not:
opener.parent.parent.mapFrame
but rather:
opener.GetMapFrame()
Note:
See TracTickets
for help on using tickets.
Fixed trunk r6571, 2.4 branch r6572