You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the spinner to have the value of the last day of the month
Press "page up"
BUG: Notice that the day becomes the first of the month, not the 4th day of the month
If you change the date spinner to be the first of the month, and send "page down", you get a value that is 4 days before the end of the month. So you can see, page up and page down act differently at the boundaries, and the correct behavior is not explained in the Keyboard Support table.
I think we should always see a 5 unit increase and decrease, rather than turning it into the first or last day available!
Page up and page down for month has the same buggy behavior.
The text was updated successfully, but these errors were encountered:
Was playing around with the tests today to see if I could fix it. One thing I was trying was to use END/HOME at the start of the test to get consistent results, but then I ran into the PAGEUP/PAGEDOWN issue where wrapping around the year seems off. EX:
December + PAGEDOWN = July
July + PAGEDOWN = February
February + PAGEDOWN = December
Not sure if the expected behaviour is to still go -5 over the date boundry or if the current "Max Month" is correct
To reproduce:
If you change the date spinner to be the first of the month, and send "page down", you get a value that is 4 days before the end of the month. So you can see, page up and page down act differently at the boundaries, and the correct behavior is not explained in the Keyboard Support table.
I think we should always see a 5 unit increase and decrease, rather than turning it into the first or last day available!
Page up and page down for month has the same buggy behavior.
The text was updated successfully, but these errors were encountered: