antoniandre / vue-cal

A Vue.js full calendar, no dependency, no BS. :metal:
https://antoniandre.github.io/vue-cal/
MIT License
1.23k stars 234 forks source link

BUG Vue-Cal : Safari - clicking on month and week tabs on top reduces month calendar by 1 month. #521

Open atulverma84 opened 1 year ago

atulverma84 commented 1 year ago

I am facing an issue in vue-cal on safari browser. Clicking on month and week tabs on top of vue-cal redirect my month to previous month and weeks by 4 weeks. The same is working fine in chrome browser.

Example - if i am in Feb 23 and click on month tab and week tab, the month changes to Jan 23 and so on.

Find attached the video for the same.

<vue-cal :events="this.eventProperties" class="vuecal--green-theme" :time-from="8 60" :time-to="19 60" :time-step="60" active-view="week" :disable-views="['years', 'year']" timeFormat="hh:mm {am}" twelveHour="true" timeCellHeight="38" :on-event-click="onEventClick" title="Scheduling Calendar"

        >

https://user-images.githubusercontent.com/10378769/216256501-096205d0-4583-48d0-99e0-f78201559f82.mp4

shibisuriya commented 1 year ago

Unable to replicate this bug, Code used -> image

Result in Safari browser -> https://user-images.githubusercontent.com/69033713/220308101-6666a313-3f4b-4c0b-8612-46c525b7a035.mov