nativescript-ui-feedback icon indicating copy to clipboard operation
nativescript-ui-feedback copied to clipboard

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

Open tbozhikov opened this issue 7 years ago • 2 comments

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:

  • "nativescript-ui-calendar": "^3.6.0"
  • CLI: 4.0.0
  • Cross-platform modules: (the version of tns-core-modules in the package.json)
  • Runtime(s): "tns-android": { "version": "4.0.1" }, "tns-ios": { "version": "4.0.1" }

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.

tbozhikov avatar May 28 '18 13:05 tbozhikov

Still reproducible with version 3.10.0

zbranzov avatar Dec 14 '18 15:12 zbranzov

I am also able to reproduce this issue with version 8.0.2

maddy2get avatar Jun 06 '22 00:06 maddy2get