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
Setting the date for the task,
there is an date-selector,
clicking on a date it closes and stores date selected
BUT
in the case of click on the dae outside of the selected month
it also closes, but different date is stored.
Environment
Win10, Chrome.
Steps to Reproduce
Edit Assignment Settings
click the textbox unded "Deadline:"
click day in the calendar popup
Expected Behaviour
store the date clicked
OR say that user has to select appropriate mont before OR do not allow to click day out of the current month
Actual Results
stores uncorrect date
The text was updated successfully, but these errors were encountered:
This is a bug in react-datetime package. It has already been fixed (arqex/react-datetime#848), but the PR has not merged yet. Awaiting the new release of that package.
Issue Description
Setting the date for the task,
there is an date-selector,
clicking on a date it closes and stores date selected
BUT
in the case of click on the dae outside of the selected month
it also closes, but different date is stored.
Environment
Win10, Chrome.
Steps to Reproduce
Expected Behaviour
store the date clicked
OR say that user has to select appropriate mont before OR do not allow to click day out of the current month
Actual Results
stores uncorrect date
The text was updated successfully, but these errors were encountered: