Closed
Description
Sliders failed a bunch when @bpostlethwaite manipulated the options because the input events were using closure data that had been created before manual internal manipulation of slider steps had occurred. The simple fix is to fe-fetch the steps/buttons inside user input callbacks. #1233 fixed this for sliders. Need to:
- investigate whether it's a problem for updatemenus
- fix it if so
- apply a nice addition like Re-look-up slider position when the options change #1234 to make it even better