Community
Participate
Working Groups
I created a composite and applied the border-radius property via a custom variant. During runtime I changed the custom variant of the composite. The difference between these two variants was the border-radius. Sadly the border-radius was not updated on the client site. Trying the same with e.g. a background-color works like a charm. I think this is really a critical issue.
Created attachment 196310 [details] Project to reproduce I created a small project to reproduce this bug. It's a shell with a label and a button. When pressing the button the custom variant of the label changes. The custom variants have different borders radius and background-color properties. The background will be updated correctly but the border-radius not. I hope this will help.
Created attachment 196330 [details] Fix The radii property was not reset if rounded border is replaced with simple/complex border. JS tests added.
Applied patch to CVS HEAD.