swisnl / jQuery-contextMenu

jQuery contextMenu plugin & polyfill
https://swisnl.github.io/jQuery-contextMenu/
MIT License
2.25k stars 746 forks source link

The activated event is called without parameters #580

Closed dxoxp closed 6 years ago

dxoxp commented 6 years ago

The "activated" event appears to be called without the "options" parameter. This makes it more difficult to use this event, because information that would otherwise be exposed in the "options" must be discovered in other ways or remembered in earlier events (show).

The documentation at https://swisnl.github.io/jQuery-contextMenu/docs.html#events seems to indicate that the "activated" event is intended to have an "options" parameter.

bbrala commented 6 years ago

Thanks for reporting this issue. That seems like a problem yeah.