Open Egoplayer opened 3 years ago
I think this is caused by
.dmn-decision-table-container .cell .dms-badge.dmn-expression-language {
z-index: -1;
}
Thanks for reporting! This relates to https://github.com/camunda/camunda-modeler/issues/1678
Feel free to open a PR that improves the situation!
Describe the Bug
The DMN Editor doesn't show the set expression language for some dmn cells. If the expression language is changed from the default FEEL to any other expression language a blue indicator appears on the right side of the cell to show there is a changed expression language active. This does only work for every second cell.
Hover over the cells shows the extended indicated (shows the set expression language) anyway even if the blue indicator is not shown Steps to Reproduce
The Issue should occur in lines 2, 4, 6, ...
Expected Behavior
I expect to show this blue indicator in every cell if the expression language is changed
Environment