Opened 12 years ago

Closed 12 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()

Change History (1)

comment:1 by jng, 12 years ago

Resolution: fixed
Status: newclosed

Fixed trunk r6571, 2.4 branch r6572

Note: See TracTickets for help on using tickets.