-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Firefox 20) Selecting a different year or month closes whole date picker #112
Comments
Agh, dammit firefox! Thanks for pointing this out. |
When will this be fixed? |
I started looking into it - but gave up after a while. Rather than go hunting for this wild bug, I want to finish up v3 which doesn't seem to have this issue. If someone has an easy solution to this, please do share :) |
This has been fixed with v3.0.0alpha. Leaving open till released as stable. |
For anyone having trouble getting v3, I've updated the links now and should work fine :) http://amsul.ca/pickadate.js/v3/index.htm On Thursday, 2 May, 2013 at 4:53 AM, nunogoncalves wrote:
|
v3 is now out and fixes this issue :) |
Well, just noticed... I'm usind chrome 28, and api V3 and this still happens to me. |
Tried it on Chrome 28 and 30 and I can’t seem to replicate the issue: http://screencast.com/t/ww3EnljAJn. Can you provide a reduced test case? |
Ok, my bad. For some reason I had picker.close() inside an onSet function. And that was causing it to close. I'm sorry. :/ |
No worries.. Happens to the best of us :) |
Selecting a different month or year (from the dropdown list) closes the date picker.
This issue can be seen even in the api examples:
http://amsul.ca/pickadate.js/docs.htm#selectors
This problem occurs using FireFox 20. With Chrome, it works as expected.
The text was updated successfully, but these errors were encountered: