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

Sliders may shift unexpectedly during adjustments #473

Open
yoda-vid opened this issue Mar 23, 2023 · 0 comments
Open

Sliders may shift unexpectedly during adjustments #473

yoda-vid opened this issue Mar 23, 2023 · 0 comments
Labels
bug Something isn't working dependencies Issues/requests related to a dependency package

Comments

@yoda-vid
Copy link
Collaborator

The RangeEditor slider controls may shift unexpectedly, such as suddenly decreasing to 0 when shifting only slightly downward, or shifting upward before shifting downward. Clicking on a new position may also bring the slider there, but releasing the mouse button will cause the slider to pop back to its original positions. A shift in one intensity control can cause a further unexpected shift in the other control since we attempt to synchronize them. For example, the max intensity slider cannot be below the min slider, so an unintentional shift in the max slider to 0 will also cause the min slider to shift to 0.

The shift during mouse release also occurs in other sliders, such as the ROI position sliders. Reproduced in the TraitsUI Range Editor demo (v.7.4.3, macOS 12.6.3, Python 3.8). It is possible that the other shifts are related to image adjustment callbacks.

@yoda-vid yoda-vid added bug Something isn't working dependencies Issues/requests related to a dependency package labels Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Issues/requests related to a dependency package
Projects
None yet
Development

No branches or pull requests

1 participant