You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when the developer binds the popupOpen event to the ContextMenu and tries to access the arguments that it provides, all of them are returned as undefined.
Steps To Reproduce
Create a ContextMenu component.
Bind the popupOpen event to the component.
Try to access the arguments of the event.
For further reference, please check out the attached Angular project: context-menu.zip
Screenshots or video
Actual Behavior
The arguments of the popupOpen event return undefined instead of their expected values.
Expected Behavior
The arguments that the popupOpen event provides should not be undefined.
Browser
All
Browser version
latest
OS type
MacOS
OS version
No response
Last working version of the Kendo UI for Angular package (if regression).
v16.11.0
The text was updated successfully, but these errors were encountered:
Our team is aware of the bug, and we will handle it with the highest priority. Please, subscribe to the issue in order to receive updates once the status changes.
Description
Currently, when the developer binds the
popupOpen
event to the ContextMenu and tries to access the arguments that it provides, all of them are returned as undefined.Steps To Reproduce
popupOpen
event to the component.For further reference, please check out the attached Angular project: context-menu.zip
Screenshots or video
Actual Behavior
The arguments of the
popupOpen
event returnundefined
instead of their expected values.Expected Behavior
The arguments that the
popupOpen
event provides should not beundefined
.Browser
All
Browser version
latest
OS type
MacOS
OS version
No response
Last working version of the Kendo UI for Angular package (if regression).
v16.11.0
The text was updated successfully, but these errors were encountered: