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

Templates can't be unbind if section header is behind the dropdown options #3030

Closed
christian-konrad opened this issue Jul 14, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@christian-konrad
Copy link
Contributor

christian-konrad commented Jul 14, 2022

Describe the bug

You can not unbind any template if a section header is behind the dropdown options (which is mostly the case, only avoidable by expanding the template section itself)

This may relate to the sticky header issue that we shipped, but only monkey patched. It seems to be a z-index issue.
All dropdowns should have a higher z-index then the (non-)sticky headers.

Bildschirmfoto 2022-07-14 um 17 36 15

Steps to reproduce

See the video:

Bildschirmaufnahme.2022-07-14.um.17.33.56.mov

Expected behavior

Unbind is possible (Dropdown is clickable)

Environment

  • Camunda Modeler Version: 5.1.0

Additional context

Related to #3025

@christian-konrad christian-konrad added the bug Something isn't working label Jul 14, 2022
pinussilvestrus pushed a commit that referenced this issue Jul 15, 2022
@bpmn-io-tasks bpmn-io-tasks bot added the in progress Currently worked on label Jul 15, 2022
@pinussilvestrus pinussilvestrus self-assigned this Jul 15, 2022
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed in progress Currently worked on labels Jul 18, 2022
pinussilvestrus pushed a commit that referenced this issue Jul 18, 2022
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Jul 18, 2022
@pinussilvestrus
Copy link
Contributor

Fixed by removing the monkey-patch via #3031.

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

No branches or pull requests

2 participants