Skip to content

date-chooser : add bounds checking

Abdullahi Usman requested to merge (removed):debug into master

Gnome calendar crashes while changing the date-seclector/date-chooser view from a month with a higher number of days to one with a lower number of days (example March to February) when the selected day in the previous month is not found in the current month.

We introduce bounds checking to ensure that the selected day in the previous month is found in the new month. And if it is not found we should assigned it a closest number.

#212 (closed)

Edited by Abdullahi Usman

Merge request reports