-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Vertical participant hit box should contain the top bar #2093
Comments
This is easy to fix, just a small change in BpmnInteractionEvents. However, I'm not exactly sure how to tests this. Existing tests don't seem to cover the dimensions or clicks on the hit zone. |
Indeed, it looks like a small change. I think the proper tests should also check the dimensions of the hit zones. If you add them for both horizontal and vertical lanes and pools, that will be great. |
@barmac Thanks for your feedback. Could you please give me a hint on how I can get the dimensions of the hit zone? |
Feel free to use this branch as base of your contribution: https://github.com/bpmn-io/bpmn-js/tree/2093-hitboxes |
Closed via #2105 |
Describe the Bug
The hit box created for a vertical participant is the same as for a horizontal one which leads to confusion.
Steps to Reproduce
Screen.Recording.2024-01-30.at.10.30.15.mov
Expected Behavior
The hit box should contain the top bar and not the space on the left side.
Environment
The text was updated successfully, but these errors were encountered: