-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Pick wrong date in text field #2022
Comments
What timezone are you in? @jacekkarczmarczyk Looks like it might be that timezone bug back again... |
My timezone is +08:00 |
Can you please check one more time to see if this issue is happening. |
This issue might occur on some specific hours, so it's best if you check at the same time of the day as before (and write in comment what time did you check) |
Or you know, change the system time :) |
I know, but system automatically reverts to the real time, probably it could be blocked somewhere |
OK, I didn't see this because it shows only when you're logged in as an admin |
That's weird, the information given by you looks perfect, however I still cannot reproduce it... I've set CST+8:00 time zone and checked now in Chrome/Firefox/Explorer/Edge and everywhere I'm getting correct results :/ |
Last question (for now) - what browser are you using? EDIT: If it's safari then I've found something this: moment/moment-timezone#502 |
Open Terminal and run |
And run this in console |
@KaelWD got nothing. @jacekkarczmarczyk got timezone is +00:00 |
I found some related issues in moment.js: They use |
I found that March was duplicated in my view: I clicked in March 1 and the date correctly got selected. Then i went one month further and I see March again.... Now i click on March one and April two gets selected....
|
What vuetify version? |
Latest 0.16.4 I'm digging now and i get an error VDatePicker.js --> computed --> timeZone --> catch block |
and chrome@OSX? |
Yes |
Looks like a chrome bug from a few years ago: https://bugs.chromium.org/p/chromium/issues/detail?id=364374 |
Error presence from the Vuetify version 0.16.0-beta.5, in the version 0.16.0-beta.3 is not this error. |
@elceka Did you tried it on v0.16.5? |
@elceka can you check your issue using the following template https://codepen.io/CasperLai/pen/MEGJOL? (Use your code, don't change external javascripts) |
@jacekkarczmarczyk Seems like be OK with that template. |
Steps to reproduce
#3 Date pickers - In dialog and menu
Versions
Vuetify: 0.16.0
Browser: Chrome 61.0.3163.100
Reproduction Link
https://vuetifyjs.com/components/pickers
The text was updated successfully, but these errors were encountered: