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
Popup menu trigger action doesn't work for header entries. This was introduced with the new popup menu (#686) because popupMenu._current.entries now only represents body entries.
Steps to Reproduce
Steps to reproduce the behavior:
try to trigger action of a header entry (eg popupMenu.trigger(globalEvent(headerEntry, { x: 0, y: 0 })); or see bpmn-js test case)
Expected Behavior
popupMenu.trigger should continue to work as before: allowing triggering of all entries.
Environment
Please complete the following information:
Library version: 11.0.0-aplha.0
The text was updated successfully, but these errors were encountered:
Describe the Bug
Popup menu trigger action doesn't work for header entries. This was introduced with the new popup menu (#686) because
popupMenu._current.entries
now only represents body entries.Steps to Reproduce
Steps to reproduce the behavior:
popupMenu.trigger(globalEvent(headerEntry, { x: 0, y: 0 }));
or see bpmn-js test case)Expected Behavior
popupMenu.trigger
should continue to work as before: allowing triggering of all entries.Environment
Please complete the following information:
The text was updated successfully, but these errors were encountered: