Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last event item date is affected by cancelling an event dialog, causing a bug when moving the event around. #191

Open
doctorpot1 opened this issue May 29, 2019 · 2 comments
Labels
waiting for vuetify Waiting for v-calendar and v-event-calendar components to be fully released in Vuetify

Comments

@doctorpot1
Copy link

Hi, this is a great library that I stumble upon recently and I have been trying very hard to customise and fit your great work into my project.
I have discovered that there is one bug that seems to cause the last event end date to be changed to the start date of the event dialog's start date when the event dialog is cancelled.

I tried replicating the steps for the bug on your example app (https://clickermonkey.github.io/dayspan-vuetify/example/) and it always recreates the same issue.

Step 1: click on a date on the calendar and create an event. Save the event!
step 1

Step 2: click on a later date on the calendar and create an event, but press cancel instead.
step 2

Step 3: when you drag the saved event, the end date will be = to the cancelled event start date OR the days between the first saved event and the cancelled event.
step 3

@doctorpot1
Copy link
Author

new update: If the drag feature is disabled, the issue seems to be resolved.
this.$dayspan.features.drag = false;

@ClickerMonkey
Copy link
Owner

Thanks for discovering this, I've seen this before but could never replicate it! Next version should have a fix.

@ClickerMonkey ClickerMonkey added the waiting for vuetify Waiting for v-calendar and v-event-calendar components to be fully released in Vuetify label Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for vuetify Waiting for v-calendar and v-event-calendar components to be fully released in Vuetify
Projects
None yet
Development

No branches or pull requests

2 participants