Ticket #10631 (assigned)

Opened 6 years ago

Last modified 5 years ago

Bugfix: Issue with deleting active source with multiple workspaces in the VSI

Reported by: Anton Piccardo-Selg Owned by: Anton Piccardo-Selg
Priority: major Milestone: Release 3.5
Component: GUI Keywords: VATES-vis
Cc: Blocked By:
Blocking: Tester:

Description

When a view is created in the VSI it currently stores a pointer to the source in a field called origsrc. When a view is switched to MULTISLICE, this source pointer gets copied into the new view.

If there is a second workspace, it is possible to delete the active source, i.e. setting origsrc to null and to switch the views. Essentially a null is copied. In the MULTISLICE view a representation is created in setupData(). This requires origsrc, but since it is null, this is not possible.

Change History

comment:1 Changed 6 years ago by Nick Draper

  • Status changed from new to assigned

comment:2 Changed 6 years ago by Nick Draper

  • Keywords VATES, vis added; VATES removed

comment:3 Changed 6 years ago by Nick Draper

  • Keywords VATES-vis added; VATES, vis removed

comment:4 Changed 5 years ago by Nick Draper

  • Milestone changed from Release 3.4 to Release 3.5

Moved to R3.5 at the R3.4 code freeze

comment:5 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 11473

Note: See TracTickets for help on using tickets.