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

DatePicker enhacements - part 1 #2151

Closed
3 tasks
fifoosid opened this issue Aug 27, 2020 · 0 comments · Fixed by #2304
Closed
3 tasks

DatePicker enhacements - part 1 #2151

fifoosid opened this issue Aug 27, 2020 · 0 comments · Fixed by #2304
Assignees
Milestone

Comments

@fifoosid
Copy link
Contributor

fifoosid commented Aug 27, 2020

  • When there is no selected date, the current month and year should not be selected, but only focused.
  • When month/year is selected, the focus should remain on the same day (date) of the selected month.
  • When year picker is opened, the selected year should be focused and located in the center(third column, third row)
@ilhan007 ilhan007 added this to Top Priorities in UI5 Web Components - Roadmap via automation Aug 27, 2020
@ilhan007 ilhan007 moved this from Top Priorities to TEAM BALKAN ISSUES in UI5 Web Components - Roadmap Aug 27, 2020
@ilhan007 ilhan007 added this to Team Balkan in Planning - Topic Core Sep 4, 2020
@ilhan007 ilhan007 changed the title DatePicker enhacements DatePicker enhacements - part 1 Sep 25, 2020
@ilhan007 ilhan007 added this to the 1.0.0-rc.10 milestone Sep 25, 2020
@ilhan007 ilhan007 added this to 1.0.0-rc.10 (start of Nov, 2020) in UI5 Web Components - Roadmap Sep 25, 2020
@ilhan007 ilhan007 moved this from 1.0.0-rc.10 (start of Nov, 2020) to 1.0.0-rc.11 (start of December) in UI5 Web Components - Roadmap Nov 16, 2020
@ilhan007 ilhan007 modified the milestones: 1.0.0-rc.10, 1.0.0-rc.11 Nov 16, 2020
ilhan007 pushed a commit that referenced this issue Nov 24, 2020
#2304)

Focus handling is aligned with the KBH specification:

When an year is selected from the year picker the day picker is shown and focus
is set to the last selected date or to the current date.
When a month is selected from the month picker the day picker is shown and focus
is set to the last selected date or to the current date.
When month picker is opened the focus is set to the selected month or to the current month
if there are no selected dates.
When year picker is opened the focus is set to the selected year or to the current year
if there are no selected dates.
Selection is applied in compliance with the UX specification, when a picker is opened:

Calendar items from the month picker and year picker are not rendered selected, when there are no
selected dates.
Fixes #2151
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants