Ticket #4057 (closed: fixed)
Screen reader has only fixed precision
Reported by: | Martyn Gigg | Owned by: | Nick Draper |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.6 |
Component: | GUI | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Reuter |
Description
The screen reader is fixed at 4 decimal places. If very small values occur then it does not display them correctly. Consider displaying the data in scientific notation when higher precision is required.
Change History
comment:3 Changed 9 years ago by Nick Draper
- Owner set to Anyone
- Status changed from new to assigned
- Priority changed from major to critical
comment:4 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 32 to Iteration 33
Moved to iteration 33 at iteration 32 code freeze
comment:6 Changed 8 years ago by Karl Palmen
This affects only the figures displayed next to the cursor while the screen reader or data reader is active. I have not been able to find which class displays these figures.
comment:7 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.1 to Release 2.2
Moved at end of release 2.1
comment:8 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.2 to Release 2.3
Moved at the end of release 2.2
comment:9 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.3 to Release 2.4
Moved to milestone 2.4
comment:11 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.4 to Release 2.5
Moved at the code freeze for release 2.4
comment:12 Changed 7 years ago by Nick Draper
- Milestone changed from Release 2.5 to Release 2.6
comment:13 Changed 7 years ago by Nick Draper
re #4057 That wasn't too hard
Changeset: 4a2e8d60a4f32c3dae3641b74b32137acd421a71
comment:14 Changed 7 years ago by Nick Draper
- Owner changed from Anyone to Nick Draper
- Status changed from assigned to accepted
To test:
- Load a file
- Plot the colour fill plot
- Use the plot pick tool, note the format of the numbers as the cursor moves over the graph
- Use ConvertAxisByFormula to divide the x axis by a large number e.g. x/1000000000
- Delete and recreate the graph, updating cannot handle the axis change.
- Use the plot picking tool again, note the numbers should now use scientific notation.
- Test further on 1D graphs.
comment:15 Changed 7 years ago by Nick Draper
- Status changed from accepted to verify
- Resolution set to fixed
comment:16 Changed 7 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
comment:17 Changed 7 years ago by Michael Reuter
- Status changed from verifying to closed
This seems to work quite nicely no matter what I throw at it.
comment:20 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 4904
Rob Dalgiesh encounters particular problems with this due to small values used in the reflectometry reduction.