Keen-UI
Keen-UI copied to clipboard
Slider does not work when i use UiSlider inside UiModal
I have my own component like this https://jsfiddle.net/uvtqfbq8/, the slider shows correctly, i can move the bar with my arrow keys but the marker is positioned wrong? and can't move it with my mouse.
Had this issue to. Seems like the slider-component need another resize update after it's shown. Not just on window resize. First time it's running inside a dialog or tab the size is wrong. I temporarily added a change-event on my tab and manually call the resize update function on each slider
Any plans to fix this?
+1 This problem has not been fixed for two years?
I took a stab recently with an approach that didn't work out. Contribution welcome.