mCalendarView icon indicating copy to clipboard operation
mCalendarView copied to clipboard

error logic when scroll month

Open Xing1P opened this issue 9 years ago • 8 comments

current date is 12/2016 but when scroll to back calendar view month 11/2015

Xing1P avatar Dec 03 '16 05:12 Xing1P

Let me check

SpongeBobSun avatar Dec 05 '16 03:12 SpongeBobSun

thank...

Xing1P avatar Dec 06 '16 03:12 Xing1P

i see...

  • your code before //ret = tmpYear - ((500 - pos)+tmpMonth - 1)/12; ret = tmpYear - ((500 - pos)+tmpMonth)/12; // ret = tmpYear - ((500-pos)/12); //oong
  • your code now ret = tmpYear - ((500 - pos)+tmpMonth - 1)/12; // ret = tmpYear - ((500-pos)/12); //oong thank you very much for your....

Xing1P avatar Dec 06 '16 03:12 Xing1P

oh,when current date 12/2016 and travetto 11/2016 and then i scroll forward to 12/2016 but on month change it show 12/2017...

Xing1P avatar Dec 06 '16 04:12 Xing1P

Will fix in about 48 hour. Currently working on companies code. So let me debug it tonight.

Also a pull request is welcome if you fixed this by yourself.

Thanks.

SpongeBobSun avatar Dec 06 '16 04:12 SpongeBobSun

yes,thank...

Xing1P avatar Dec 06 '16 04:12 Xing1P

Can not reproduce.

Works fine on both mcalendarview and expcalendarview in the latest build.

Have you tried pull the latest code ?

Close this issue for now. If this still happens please re-open it.

Thanks.

SpongeBobSun avatar Dec 06 '16 11:12 SpongeBobSun

Reproduced. Only happens when travleto is called.

Need more time to fix this.

SpongeBobSun avatar Dec 06 '16 11:12 SpongeBobSun