Closed
Description
Steps to reproduce
- Make a slider with a set
showSelectionBarFromValue
. - Add a line that changes that attribute in a watcher which watches the value of the slider.
- Focus the slider and use the keyboard to manipulate the slider.
Expected behaviour
Changing the showSelectionBarFromValue
(or any other options this might be a problem for) should not cause loss of focus for the slider.
Actual behaviour
The watcher triggers and focus is lost from the slider when the showSelectionBarFromValue
is changed. One has to focus something else and the refocus the slider to regain focus. But changing it again causes loss of focus.