Closed marstamm closed 2 months ago
In the tool, we rely on :focus-within
selector to display the button. We should use :focus-visible
instead.
:focus-within
-> a descendant has focus
:focus-visible
-> browser "thinks" focus should be displayed
Fixed upstream in https://github.com/bpmn-io/dmn-js/pull/890
Describe the bug
When I edit a Decision table and add another coloumn, the edit button flashes briefly. This is unexpected as I can not click on it
Related to https://github.com/bpmn-io/dmn-js/issues/845
Steps to reproduce
Expected behavior
Either
Environment
Additional context
No response