nhn/tui.calendar

"clickEvent" is not triggered on soft touch or tap (using trackpad) rather calendar event drags with mouse

snyaggarwal opened this issue · 0 comments

Version

2.1.3

Test Environment

Chrome/Firefox/Edge on Mac/Windows

Current Behavior

  1. Soft tap an event in calendar
  2. Move mouse
  3. 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:

  1. Separate event handler for softTouch (just like clickEvent)
  2. clickEvent is triggered
    Any other suggestion would be appreciated.