-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix(react-datepicker-compat): Fix previous month button not appearing disabled in WHCM #35424
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
base: master
Are you sure you want to change the base?
Conversation
📊 Bundle size report🤖 This report was generated against 6bc15c66c4a68da99718fc889707fbcb9fdfd570 |
|
Pull request demo site: URL |
| @@ -0,0 +1,7 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕵🏾♀️ visual changes to review in the Visual Change Report
vr-tests-react-components/CalendarCompat 4 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests-react-components/CalendarCompat.multiDayView - Dark Mode.default.chromium.png | 553 | Changed |
| vr-tests-react-components/CalendarCompat.multiDayView - High Contrast.default.chromium.png | 674 | Changed |
| vr-tests-react-components/CalendarCompat.multiDayView.default.chromium.png | 391 | Changed |
| vr-tests-react-components/CalendarCompat.multiDayView.default.chromium_1.png | 479 | Changed |
vr-tests-react-components/Charts-DonutChart 1 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests-react-components/Charts-DonutChart.Dynamic - RTL.default.chromium.png | 30793 | Changed |
vr-tests-react-components/Positioning 2 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests-react-components/Positioning.Positioning end.chromium.png | 913 | Changed |
| vr-tests-react-components/Positioning.Positioning end.updated 2 times.chromium.png | 836 | Changed |
vr-tests-react-components/Skeleton converged 1 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests-react-components/Skeleton converged.Opaque Skeleton with rectangle - Dark Mode.default.chromium.png | 2 | Changed |
vr-tests-react-components/TagPicker 1 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests-react-components/TagPicker.disabled - Dark Mode.disabled input hover.chromium.png | 659 | Changed |
There were 2 duplicate changes discarded. Check the build logs for more information.
|
Are those screenshots correct? Looks like New behavior should be previous one |
|
Sorry, I'm using an emulator for WHCM on my mac, so the colors don't appear exactly as expected compared to Windows WHCM. The light green should indicate disabled :) This bug fix was part of a Copilot user study, so I'm going to leave it open until the study is complete -- thanks for the review though! |


Previous Behavior
In WHCM, with date boundary enabled, the previous month button did not appear disabled when it's disabled.
New Behavior
Now, in WHCM with date boundary enabled, the previous month button appears disabled when it's disabled.

Related Issue(s)