"clickEvent" is not triggered on soft touch or tap (using trackpad) rather calendar event drags with mouse
snyaggarwal opened this issue · 0 comments
snyaggarwal commented
Version
2.1.3
Test Environment
Chrome/Firefox/Edge on Mac/Windows
Current Behavior
- Soft tap an event in calendar
- Move mouse
- Drags the event with mouse
Can look at this Codepen, easily reproducible. Picked up this pen from #1413.
Its also related to issue #1413 , that first soft touch is ignored (softtouch and do not move cursor) and then proper click (hard click)
Expected Behavior
One of the following would work/expected:
- Separate event handler for softTouch (just like clickEvent)
- clickEvent is triggered
Any other suggestion would be appreciated.