Open AbTnk opened 4 years ago
Hi, yes. It happens because inside display: none
container, slider could not calculate its size. All sizes are = 0 in that moment.
You can fix it this way:
onOpen/onClose
or similar.onOpen
callback you should build ionRangeSlider.But when i Debug the Issue, the slider works perfectly. Also the user has to switch between Div (rangeslider's Div) as display: block and none.
I'm not sure what is different then you debug it, it would be great to see an online demo with a problem.
I have a project working fine in every condition, but when i set the display: none for rangeslider Div and then use kendo extend minimize and extend back to original position but after setting display:block for rangeslider its UI slider breaks (thumb didnt move any side)