amsul / pickadate.js

The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
http://amsul.ca/pickadate.js
MIT License
7.7k stars 1.01k forks source link

Time Selector Disappears When Scroll Bar Clicked Inside of JQuery Dialog #534

Open zendog74 opened 10 years ago

zendog74 commented 10 years ago

If you open a time picker in a jQuery dialog using the classic theme and try to use the time picker scroll bar to move down the time list, the time list disappears.

You can see the issue here: http://jsfiddle.net/7c2z840a/7/

The problem appears in both Chrome and Firefox, but not in IE.

zendog74 commented 9 years ago

Any word on if/when this will be fixed? It is a pretty large problem for the application we are developing.

amsul commented 9 years ago

That seems like a bug with jQuery dialog hijacking the mouse events that fall within the coordinates of the dialog. I’d suggest attempting something like event.stopPropagation() on the mousedown event to see if that does something.

However, it seems out of scope of this project. I’d suggest reaching out on StackOverflow with the pickadate tag.