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

Drag and drop an event on the same day #1237

Closed
cosf87 opened this issue Apr 21, 2020 · 3 comments
Closed

Drag and drop an event on the same day #1237

cosf87 opened this issue Apr 21, 2020 · 3 comments
Labels

Comments

@cosf87
Copy link

cosf87 commented Apr 21, 2020

Describe the bug
On calendar month view, If you drag an event and drop it on the same day, day click event is fired after drop event.
It works fine when you drag and drop an event from one day to another day, because only drop event is fired.

Minimal reproduction of the problem with instructions
On 'Kitchen sink' demo, drag and drop an event on the same day

Screenshots

Versions

  • @angular/core: 9.1.2
  • angular-calendar: 0.28.11
  • Browser name and version: Google Chrome 80.0.3987.163
@matts-bot
Copy link

matts-bot bot commented Apr 21, 2020

Thanks so much for opening an issue! If you'd like me to give priority to answering your issue or would just like to support this project, then please consider sponsoring me

@mattlewis92
Copy link
Owner

Thanks for reporting, I will get that fixed up in the next version. As a workaround you can add this to your global apps CSS:

.cal-month-view .cal-cell .cal-event {
  pointer-events: all !important;
}

@mattlewis92
Copy link
Owner

I just released 0.28.13 with a fix, thanks for reporting! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants