Ticket #4556 (closed: fixed)
MUON: Change auto-update to pick up text edit boxes when the user has finished typing.
Reported by: | Robert Whitley | Owned by: | Robert Whitley |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Karl Palmen |
Description
Currently auto-update listens for a change in the text edit box. The problem occurs if the user wants to enter a number like '10'.
First auto-update would pick up the 1 and change the graph accordingly and then pick up the 10 and change accordingly.
Feedback from the muon scientists is that they would prefer it if the text edit box wasn't picked up until the text is either deselected, tab is hit or enter is hit.
To test,
1) Open Muon Analysis
2) Enter 10 on the settings tab page under the option Finish (u):
3) You should notice that it doesn't update until you finish typing 10 in and that you press enter, tab or deselect from the box.
Refs #4556. Get textEdit boxes to emit signal when editing is over.