Nested component contents not being resized if component absolute positioned

I have an auto layout button component. It has an absolute positioned component as background, which has a custom shape inside. Shapes and background components constraints set to “Left and right” and “Top and bottom”.

When button text changes, background component also being resized as expected, but the shape inside the background component not.

@Eduardo_Pratti reported this problem here and made a demo file here.

1 Like

I am also experiencing this issue with a new Flyout component I’ve been testing. I’m trying to use component properties on an absolutely positioned background element to control the position of the arrow, but when I resize the component instance, the arrow tip doesn’t move with it.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.