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 crashes when dealing with future years #2353

Closed
stevetsanders opened this issue Oct 13, 2020 · 3 comments
Closed

DatePicker crashes when dealing with future years #2353

stevetsanders opened this issue Oct 13, 2020 · 3 comments
Assignees

Comments

@stevetsanders
Copy link

Describe the bug
DatePicker crashes when dealing with future years

To reproduce
Click on the datepicker in the codesandbox

Isolated example
https://codesandbox.io/s/wonderful-hooks-ip6r5?file=/src/App.js

Expected behavior
I expect the datepicker not to crash.

Screenshots
If applicable, add screenshots to help explain your problem.

Context

  • UI5 Web Components version: 1.0.0-rc.9
  • OS/Platform: windows
  • Browser (if relevant): edge (chromium)
  • Other information: {...}

Affected components (if known)

Log output / Any errors in the console

{...}

Organization: (if applicable)

Priority: (optional) (Low, Medium, High or Very High)

Setting priority would indicate the importance of the issue
and would help the process of dispatching and processing.

To set the appropriate priority, you need to consider the impact
and if the issue:

  • Breaks entire application or system - High and Very High
  • Is accessibility one (Screan Reader, Keyboard Handling) - Medium and High
  • Is functional one and makes a single component unusable - Medium and High
  • Is visual, styling one - Low and Medium

Note: the priority would be re-evaluated by the issue processors, according to the project internal criterias

Business impact: very high (dealing with future years is a common use case for us). Can't upgrade to latest version if this is not fixed for us.

@stevetsanders stevetsanders changed the title DatePicker DatePicker crashes when dealing with future years Oct 13, 2020
@ilhan007
Copy link
Member

ilhan007 commented Oct 14, 2020

Hello @stevetsanders
thanks for reporting this.

It seems the bug appears when minDate is set, but the maxDate is not set (or when maxDate is set, but minDate not)
and it is later fixed with: #2307
However, the pull request is merged few days after the RC.9 release
and it is part of the last "next" tag release (0.0.0-155f8e0a7)

BR,
ilhan

@stevetsanders
Copy link
Author

Thanks @ilhan007 ,

Is there any planned date for a next "latest" release?

@ilhan007
Copy link
Member

Hello @stevetsanders

RC.10 should be released in the first week of November, the next one - start of December, eg monthly

@ilhan007 ilhan007 self-assigned this Oct 30, 2020
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

No branches or pull requests

2 participants