Ticket #5689 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

MantidMatrix is not closed when a replaced workspace is deleted

Reported by: Martyn Gigg Owned by: Martyn Gigg
Priority: blocker Milestone: Release 2.2
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Roman Tolchenov

Description

To reproduce:

  • Load a file;
  • Double click on the workspace to open the matrix;
  • Run another algorithm, say integration, and use the same output as input,
  • The matrix will update correctly but clicking delete to remove the workspace leaves the matrix visable. Clicking close crashes Mantid.

Change History

comment:1 Changed 8 years ago by Martyn Gigg

  • Status changed from new to accepted

comment:2 Changed 8 years ago by Martyn Gigg

Fix issue with MantidMatrix not closing on WS delete. Refs #5689

Some const changes meant that the workspace was not replaced correctly when the notification was sent through so that when the delete came through it was comparing against the wrong pointer.

Changeset: ef03ec848f9e9a6c046d7efa8339b99dd7779f2f

comment:3 Changed 8 years ago by Martyn Gigg

  • Status changed from accepted to verify
  • Resolution set to fixed

comment:4 Changed 8 years ago by Roman Tolchenov

  • Status changed from verify to verifying
  • Tester set to Roman Tolchenov

comment:5 Changed 8 years ago by Roman Tolchenov

  • Status changed from verifying to closed

comment:6 Changed 8 years ago by Martyn Gigg

Fix issue with MantidMatrix not closing on WS delete. Refs #5689

Some const changes meant that the workspace was not replaced correctly when the notification was sent through so that when the delete came through it was comparing against the wrong pointer.

Changeset: ef03ec848f9e9a6c046d7efa8339b99dd7779f2f

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 6535

Note: See TracTickets for help on using tickets.