Skip to content

feat(ui5-duration-picker): improve keyboard handling support #2095

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

Merged
merged 5 commits into from
Aug 21, 2020

Conversation

tsanislavgatev
Copy link
Contributor

@tsanislavgatev tsanislavgatev commented Aug 14, 2020

Fixed one keyboard handling bug and added new features:

PageUp - Hours + 1
PageDown - Hours - 1
PageUp + Shift - Minutes + 1
PageDown + Shift - Minutes - 1
PageUp + Shift + Ctrl - Seconds + 1
PageDown + Shift + Ctrl - Seconds - 1
Related to: #1534

PS: The Keys.js file is the same as the time picker

Copy link
Member

@ilhan007 ilhan007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same comments, done for the ui5-time-picker P, should be addressed here as well.

@ilhan007 ilhan007 merged commit 7ec3c43 into master Aug 21, 2020
@ilhan007 ilhan007 deleted the duration-picker-kh branch August 21, 2020 07:38
ilhan007 pushed a commit that referenced this pull request Oct 17, 2020
Fixed one keyboard handling bug and added new features:
PageUp - Hours + 1
PageDown - Hours - 1
PageUp + Shift - Minutes + 1
PageDown + Shift - Minutes - 1
PageUp + Shift + Ctrl - Seconds + 1
PageDown + Shift + Ctrl - Seconds - 1

Related to: #1534
ilhan007 pushed a commit that referenced this pull request Nov 11, 2020
Fixed one keyboard handling bug and added new features:
PageUp - Hours + 1
PageDown - Hours - 1
PageUp + Shift - Minutes + 1
PageDown + Shift - Minutes - 1
PageUp + Shift + Ctrl - Seconds + 1
PageDown + Shift + Ctrl - Seconds - 1

Related to: #1534
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants