ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

RadCalendar in Month viewMode cannot scroll to month when maxDate is set #678

Open tbozhikov opened 6 years ago

tbozhikov commented 6 years ago

Please, provide the details below:

RadCalendar in Month viewMode cannot scroll to month when maxDate is set

Which platform(s) does your issue occur on?

iOS

Please provide the following version numbers that your issue occurs with:

Please tell us how to recreate the issue in as much detail as possible.

Suppose today is 2018/05/28 and calendar is opened on today's date. Given this code:

<RadCalendar viewMode="Month" transitionMode="Slide" selectionMode="Single" minDate="2018/05/28" maxDate="2018/06/06" [dayViewStyle]="getDayViewStyle()" [monthViewStyle]="getMonthViewStyle()"> </RadCalendar>

... the calendar cannot scroll to June when maxDate is set. If we remove it, it can scroll further.

zbranzov commented 5 years ago

Still reproducible with version 3.10.0

maddy2get commented 2 years ago

I am also able to reproduce this issue with version 8.0.2