year-calendar / js-year-calendar

A fully customizable year calendar widget
https://year-calendar.github.io/
Apache License 2.0
194 stars 71 forks source link

Clickday and selectRange are trigger together #62

Open boutmos opened 3 years ago

boutmos commented 3 years ago

This is confusing since I work on a Macbook when I want to right click to edit an event.

CRTL + pad click not working because it send a normal click and a right click, so event clickday && selectrange are triggered and my bootstrap modal is shown... I have to cancel the modal to access my contextmenu.

Two fingers click on the PAD work well. Mouse (not an Apple one) right click work well too.

boutmos commented 3 years ago

Tested this morning on Linux Kubuntu with google chrome. Works fine for mouseclick events.