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]: When picking a year using the date picker, the date picker navigates to year+1 #2739

Open
rjkip opened this issue Jan 28, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@rjkip
Copy link

rjkip commented Jan 28, 2025

Vibe version

2.128.0 and later (2.*)

Describe the bug

When picking a year using the date picker, the date picker navigates to year+1

Reproduction example

❌ Behaviour >=2.128: https://stackblitz.com/edit/stackblitz-starters-letvxdyn?file=package.json,app%2Fpage.tsx
✅ Behaviour <2.128: https://stackblitz.com/edit/stackblitz-starters-omtwadkc?file=package.json,app%2Fpage.tsx

Steps to reproduce

  1. Navigate to December of any year
  2. Navigate to year selector
  3. Select any year

Expected

  1. User navigates to that year

Actual

  1. ❌ User navigates to year+1

Why is it important to me that this bug be fixed?

  1. I have some end-to-end tests running that rely on the correct year being selected in the date picker.
  2. Customers have complained.
  3. Upgrading to Vibe v3 which may or may not solve it is not a small effort.

System Info

Windows 11, NZ and US browser locales, Firefox 134.0.1, Chrome 131.0.6778.265
Package versions see reproduction examples

Additional context, Screenshots

No response

@rjkip rjkip added the bug Something isn't working label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant