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

Double click on date #180

Closed
mattiaGec opened this issue Apr 17, 2019 · 6 comments
Closed

Double click on date #180

mattiaGec opened this issue Apr 17, 2019 · 6 comments

Comments

@mattiaGec
Copy link

Hi, is it possible to insert the double click on a singe date?

@irustm
Copy link
Contributor

irustm commented Apr 20, 2019

https://stackblitz.com/edit/angular-wmaddr?file=src%2Fapp%2Fapp.component.ts
example:

dayRender(ev){
    ev.el.addEventListener('dblclick', () => {
       alert('double click!');
    });
  }

@mattiaGec
Copy link
Author

I tried it, it does not work cause the are other components (i.e. if on the row there are events) over the element.

@irustm
Copy link
Contributor

irustm commented Apr 20, 2019

Please try to reproduce your issue on stackblitz so that I can understand what's going on

@mattiaGec
Copy link
Author

https://stackblitz.com/edit/angular-7oygbt?file=src%2Fapp%2Fapp.component.ts
if you try to double click on 10th april the listener is not triggered, cause the event component is present, hidden, in the whole row.

@irustm
Copy link
Contributor

irustm commented Apr 23, 2019

I'm sorry, fullcalendar does not currently support dblclick. that was just my guess for the solution to your issue.
Try asking this in the main repository.

@irustm
Copy link
Contributor

irustm commented Aug 19, 2019

I close this issue
If you still have questions, I am ready to answer them

@irustm irustm closed this as completed Sep 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants