Is that a bug of Frame selection?

I got a problem when I set a Text item’s Constraints in Fixed width, the Frame will be change to Hug contents (width) ,or set the Frame’s Constraints in Fixed width, the Text item will be change to Hug contents (width), it’s unexpected.

Is that a bug or am I using it wrong? Here I captured

I believe it’s a feature. When you set the Frame as “hug-content” that means it has no width itself, its width depends on its child’s width, but the child was “fill-container” (also has no width) so it will automatically change to “fixed-width”.

1 Like

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