p-contextMenu: Neither (onHide) Nor (onShow) event is being triggered when you right click twice continuously on same or other records #14962
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Neither (onHide) Nor (onShow) event is being triggered when you right click twice continuously on same or other records.
Environment
Using primeng contextMenu in the application currently we are upgrading. We are using 16.9.1 and It is happening in latest version as well.
Reproducer
right click twice continuously it will not fire onShow or onHide second time.
Angular version
16.2.12
PrimeNG version
16.9.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.19.1
Browser(s)
No response
Steps to reproduce the behavior
1- bind (onShow) event to a method
2- put debugger inside method
3- right click two times
the second time the event is not triggered.
same applies to onHide event too.
Expected behavior
Same as primeng version v15, everytime you right click the onShow event gets triggered.
The text was updated successfully, but these errors were encountered: