recogito / recogito-js

A JavaScript library for text annotation
BSD 3-Clause "New" or "Revised" License
349 stars 38 forks source link

"mouseup" event considered even for context menu action #81

Open reckart opened 1 year ago

reckart commented 1 year ago

Recogito JS does not check which mouse buttons are used for a "mouseup" event. Even if a user right-clicks on a highlight to bring up a context menu, the highlight will still recognize the mouse-up even of the right mouse button.

rsimon commented 1 year ago

Thanks for reporting. Indeed that was also the case in Annotorious, but has been fixed there already. I'm putting it on the list!