Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popup menu trigger action doesn't work for header entries #695

Closed
Tracked by #686 ...
smbea opened this issue Nov 15, 2022 · 0 comments · Fixed by #696
Closed
Tracked by #686 ...

Popup menu trigger action doesn't work for header entries #695

smbea opened this issue Nov 15, 2022 · 0 comments · Fixed by #696
Assignees
Labels
bug Something isn't working

Comments

@smbea
Copy link
Contributor

smbea commented Nov 15, 2022

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:

  1. 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
@smbea smbea added the bug Something isn't working label Nov 15, 2022
@smbea smbea self-assigned this Nov 15, 2022
@smbea smbea added the ready Ready to be worked on label Nov 15, 2022
smbea added a commit that referenced this issue Nov 16, 2022
@bpmn-io-tasks bpmn-io-tasks bot added in progress Currently worked on and removed ready Ready to be worked on labels Nov 16, 2022
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed in progress Currently worked on labels Nov 16, 2022
smbea added a commit that referenced this issue Nov 17, 2022
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant