jquery-simple-combobox icon indicating copy to clipboard operation
jquery-simple-combobox copied to clipboard

"animation : { duration : 0 }" breaks dropdown button behavior

Open 40rn05lyv opened this issue 8 years ago • 1 comments

Steps: Change demo conf to following:

$('#combo-02').scombobox({
    data: [...],
    animation: { duration : 0}
});

Try to use dropdown button to open/close options. Expected result: Select is opened without animation. Actual result: The dropdown button doesn't work anymore .

40rn05lyv avatar Aug 25 '16 10:08 40rn05lyv

With jQuery 3.4.1 the animation duration = 1 also makes dropdown button not working, increasing to 2 makes it working from the 2nd/3rd time :) { duration : 10 } makes it working OK quite stable.

Alexander-Shevchenko avatar Feb 06 '21 16:02 Alexander-Shevchenko