mantidproject / mantid

Main repository for Mantid code
https://www.mantidproject.org
GNU General Public License v3.0
207 stars 121 forks source link

SliceViewer wobbles when moving cursor around #32358

Closed thomashampson closed 1 year ago

thomashampson commented 2 years ago

Describe the bug When moving the cursor around the 2D plot in the slice viewer, the GUI wobbles around because of the resizing scroll bar in the table.

To Reproduce

  1. Load a workspace.
  2. Right click and select "Show Slice Viewer".
  3. Resize the window so that it is as big as possible but still has a scroll bar on the table widget at the top.
  4. Move the mouse around on the plot. The Layout of the GUI will wobble around.

For the most extreme example, load 164200.nxs from the training course data. This dataset causes a big change in the scroll area size of the table because of this bug: #32292

Expected behavior The plot should remain a constant size if the window remains a constant size.

Platform/Version (please complete the following information):

Additional context

thomashampson commented 2 years ago

This may seem like a trivial bug, but it can be annoying when the plot moves while you're drawing a rectangle to zoom into.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had activity in 6 months. It will be closed in 7 days if no further activity occurs. Allowing issues to close as stale helps us filter out issues which can wait for future development time. All issues closed by stale bot act like normal issues; they can be searched for, commented on or reopened at any point. If you'd like a closed stale issue to be considered, feel free to either re-open the issue directly or contact a developer. To extend the lifetime of an issue please comment below, it helps us see that this is still affecting you and you want it fixed in the near-future. Extending the lifetime of an issue may cause the development team to prioritise it over other issues, which may be closed as stale instead.

stale[bot] commented 2 years ago

This issue has been closed automatically. If this still affects you please re-open this issue with a comment or contact us so we can look into resolving it.

thomashampson commented 1 year ago

It would be nice to get this fixed.