You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when reviewing #12612 I noticed odd behavior (also present on main): if vmin slider is moved to be a larger value than vmid slider, and then moved back again to be a smaller value than vmid, vmid behaves as though its value were pushed up to wherever vmin topped out but the vmid slider itself stays in its original position. Afterward, a tiny adjustment to vmid will have a big effect:
not sure what correct behavior should be. Some options:
when dragging vmin past vmid in positive direction, vmid gets dragged along with it (I think this is how it used to work in an older version of the GUI?)
unclear what should happen to vmid when dragging vmin back down... simplest is to leave it wherever vmin topped out, but that's not a great UX. Harder to implement but nicer UX would be to remember where vmid was and have it drag along with vmin up to (but not past) that prior location.
when dragging vmin toward vmid in positive direction, vmin is not allowed to go past vmid --- force users to adjust vmid upward first
Description of the problem
when reviewing #12612 I noticed odd behavior (also present on main): if
vmin
slider is moved to be a larger value thanvmid
slider, and then moved back again to be a smaller value thanvmid
, vmid behaves as though its value were pushed up to wherevervmin
topped out but thevmid
slider itself stays in its original position. Afterward, a tiny adjustment tovmid
will have a big effect:sliders.webm
Steps to reproduce
Link to data
No response
Expected results
not sure what correct behavior should be. Some options:
vmin
pastvmid
in positive direction,vmid
gets dragged along with it (I think this is how it used to work in an older version of the GUI?)vmid
when draggingvmin
back down... simplest is to leave it wherevervmin
topped out, but that's not a great UX. Harder to implement but nicer UX would be to remember wherevmid
was and have it drag along withvmin
up to (but not past) that prior location.vmin
towardvmid
in positive direction,vmin
is not allowed to go pastvmid
--- force users to adjustvmid
upward firstActual results
see video above
Additional information
The text was updated successfully, but these errors were encountered: