Skip to content
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

[Bug Report][3.5.1] Move forward a month in calendar - moves to wrong month #19126

Assignees
Labels
C: VCalendar VCalendar E: date labs T: bug Functionality that does not work as intended/expected
Milestone

Comments

@cvaroregidor
Copy link

Environment

Vuetify Version: 3.5.1
Vue Version: 3.4.15
Browsers: Chrome 121.0.0.0
OS: Windows 10

Steps to reproduce

I am currently using v-calendar and have encountered an issue. When I display the calendar, the component sets the current date (to January 30, 2024).
When I navigate to the next month, it jumps to March instead of February. On the other hand, when I go back one month, it correctly sets the month to February.

Expected Behavior

When I move from January to next month, it should move to February

Actual Behavior

When I move from January to next month, it goes to Mars

Reproduction Link

https://play.vuetifyjs.com/#...

@KaelWD
Copy link
Member

KaelWD commented Jan 30, 2024

Looks like it may have the same cause as #19087

@KaelWD KaelWD closed this as not planned Won't fix, can't repro, duplicate, stale Jan 30, 2024
@KaelWD KaelWD added the duplicate The issue has already been reported label Jan 30, 2024
@cvaroregidor
Copy link
Author

@KaelWD This bug is about the v-calendar and #19087 is the v-date-picker

@KaelWD
Copy link
Member

KaelWD commented Jan 30, 2024

Almost like they share a lot of the same code or something.

@KaelWD
Copy link
Member

KaelWD commented Jan 30, 2024

It is a separate problem this time though.

@KaelWD KaelWD reopened this Jan 30, 2024
@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected C: VCalendar VCalendar E: date and removed duplicate The issue has already been reported labels Jan 30, 2024
@KaelWD KaelWD added this to the v3.5.x milestone Jan 30, 2024
@KaelWD KaelWD added the labs label Jan 30, 2024
@KaelWD KaelWD self-assigned this Jan 30, 2024
@johnleider johnleider modified the milestones: v3.5.x, v3.6.x Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment