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

Slider endpoint threshold values don't match endpoint labels #791

Closed
pjcross opened this issue Nov 28, 2017 · 1 comment
Closed

Slider endpoint threshold values don't match endpoint labels #791

pjcross opened this issue Nov 28, 2017 · 1 comment
Assignees

Comments

@pjcross
Copy link
Contributor

pjcross commented Nov 28, 2017

When moving the slider endpoint, sometimes rounding on the values leads to points being excluded that the user would expect to have as included points (i.e. their value is equal to the endpoint label, yet they are not in the set of visible points). This occurs because the actual value from the slider is slightly off of their value, so they fail the boundary condition, yet the label is being rounded to a value that appears to set a different boundary condition that those points should meet.

@alexsielicki
Copy link
Collaborator

Solved this by displaying full precision slider endpoint values when hovering over a filter. Now working on making those values editable by typing instead of just sliding with mouse.

alexsielicki added a commit that referenced this issue Dec 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants