Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Step Scan GUI issues found during unscripted testing #9135

Closed
mantid-builder opened this issue Oct 29, 2013 · 1 comment
Closed

Fix Step Scan GUI issues found during unscripted testing #9135

mantid-builder opened this issue Oct 29, 2013 · 1 comment
Labels
Low Priority Things that you don't ever want to be done.
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: Russell Taylor

  • The pixel mask combobox isn't restricted to the correct workspace type (e.g. it shows table workspaces, which will lead to an uncaught exception if selected).
  • The GUI becomes unresponsive if things fail in the runStepScanAlg() method in an unexpected way, as the Qt::WA_TransparentForMouseEvents flag does not get unset.
  • The above issue is triggered if the input workspace is deleted manually.
  • Similar problems also occur if you delete the table and then try to change the plot.
  • With live data, MantidPlot locks up if you happen to hit 'Start' while not in a run (until the run does start).
  • If masking the data, hitting 'Start' twice lead to an error:
AttributeError: 'NoneType' object has no attribute 'setAxisTitle'
     at line 11 in '`<Interface>`'

Keywords: LiveData

@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 8290

@mantid-builder mantid-builder added Low Priority Things that you don't ever want to be done. GUI labels Jun 3, 2015
@mantid-builder mantid-builder added this to the Release 3.0 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Low Priority Things that you don't ever want to be done.
Projects
None yet
Development

No branches or pull requests

1 participant