-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Datepicker Modal Dialog: Fixed next/prev month bug and improve adhere…
…nce with APG code style guide (pull #2643) This PR complements PR #2618 to provide the remaining changes to resolve issue #2581. This PR changes behavior of commands for next and previous month and year In the date picker dialog when the currently focused date does not exist in the previous or next month or year. With these changes, if the same day number does not exist in the newly displayed month, the last day of the newly displayed month receives focus. In addition to the above enhancement, this PR also includes the following changes: * Updates coding practices to use `class` constructor and pointer events * Updates documentation of page up and page down commands * Updates regression tests for page up and page down commands --------- Co-authored-by: Matt King <a11yThinker@gmail.com>
- Loading branch information
Showing
4 changed files
with
894 additions
and
808 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.