Open xairrick opened 9 years ago
I fixed this by changing the blur event
.bind("blur.timepicker", function (e) {
setTimeout(function () {
if (document.activeElement.className !== "ui-timepicker ui-widget ui-widget-content ui-menu ui-corner-all") {
// Don't close if the dropdown got focus
t.close();
}
}, 1);
})
I've seen this in both IE & Chrome. with the scrollbar: true option the scrollbar appears, but when you click the mouse on the scrollbar, the dropdown disappears -> http://jsfiddle.net/6v6bex3f/