Colors are set differently if used via context menu or application menu

Hi folks,

I realized that setting color via context menu and setting color via Edit > Set color results in different appearance. Before reporting the bug, I want to make sure it is not intentional…

Here is the result:

image

On the XML level:


<bpmndi:BPMNShape id="Activity_1q4cj5i_di" 
    bpmnElement="context_menu" 
    bioc:stroke="#831311" 
    bioc:fill="#ffcdd2" 
    color:background-color="#ffcdd2" 
    color:border-color="#831311">
        <dc:Bounds x="240" y="80" width="100" height="80" />
        <bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1htybi8_di" 
    bpmnElement="application_menu" 
    bioc:stroke="#e53935" 
    bioc:fill="#ffcdd2" 
    color:background-color="#ffcdd2" 
    color:border-color="#e53935">
        <dc:Bounds x="240" y="200" width="100" height="80" />
        <bpmndi:BPMNLabel />
</bpmndi:BPMNShape>

Running Modeler 5.29 on Ubuntu.

Any ideas?

Cheers,

Simon

Confirmed:

image

This is a bug we should fix, seems that the Desktop Modeler menu does not properly configure the modern (updated) colors. :white_check_mark:

Bug report: Wrong color used when applying from menu action · Issue #4756 · camunda/camunda-modeler · GitHub.