Ticket #4581 (closed: fixed)
MUON: Changes to Settings tab.
Reported by: | Robert Whitley | Owned by: | Robert Whitley |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | anders.markvardsen@… | Blocked By: | |
Blocking: | Tester: | Anders Markvardsen |
Description (last modified by Robert Whitley) (diff)
The muon scientists asked for a couple of changes to the settings tab.
1) If auto-scale is turned off then it should take into account the y axis values and not ignore them.
2) Auto-update + Overwrite should be the default option.
3) Tab order needs changing to be more sensible.
4) Validation to y values so it doesn't crash when '-' is entered.
Change History
comment:2 Changed 9 years ago by Robert Whitley
I also need to edit the tab order so that the forms can easily be populated.
comment:3 Changed 9 years ago by Robert Whitley
After editing the tab order I've noticed it isn't easy to fill out the form because each option updates the plot when the user hits tab. I will change these signals to only update if the after the text edit the user hits enter on the keyboard.
comment:5 Changed 9 years ago by Robert Whitley
Refs #4581. Change the settings tab and how it works.
Changeset: 04d75d0180e36075e7e3b94cf077eb95a9814d67
comment:7 Changed 9 years ago by Robert Whitley
- Status changed from accepted to verify
- Resolution set to fixed
comment:8 Changed 9 years ago by Anders Markvardsen
- Status changed from verify to verifying
- Tester set to Anders Markvardsen
comment:9 Changed 9 years ago by Anders Markvardsen
- Status changed from verifying to closed
This works and verified by muon scientists
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 5428
Grouping workspaces involves 'refreshing' the plot. This can mean that it loses some of its formatting. For example in the case of auto-scale. This is done before grouping the raw workspace with the rest of the workspaces. The reason it works after re-plotting is because the raw workspace has already been created and therefore doesn't need grouping the second time around.