Full Calendar Day Click

0
0

I believe I have found a bug in the Full Calendar DayClick event.

The DayClickEventArgs parameter has a “.Clicks” property – which I believe should be able to tell me if it is a single click or a double click.  Is that correct?

It always returns 1 even if it is a double-click.

 

I’m trying to work around a behavior where the user clicks on a day to add a new event on the calendar, and my code pops up a modal form.  If the user double-clicks to do that – I end up getting two of these forms – one on top of the other (which of course I do not want).  I was going to limit displaying the form to only when e.Clicks = 1 – but its always 1, so that can’t work.

 

 

  • You must to post comments
0
0

Hi Matthew,

DayDoubleClick event (WJ-8457) is now available in Wisej release 1.4.32.

Best regards
Frank

  • You must to post comments
0
0

That will work very nicely. Thank you.

  • You must to post comments
0
0

Hi Matthew,

thanks for reporting this. We now added a new event DayDoubleClick so in that case you won´t receive 2 DayClicks event anymore.
It´s logged as WJ-8457 and will be included in the next release.

We´ll inform you when it´s available.

Best regards
Frank

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.