When a text box is set to Middle or Bottom vertical alignment, horizontally resizing the text box by dragging its edge causes the text box to behave as though it is Top-aligned.
Steps to reproduce:
- Create a text box with enough lines of text to reflow.
- Set the text box's vertical alignment to Middle or Bottom.
- Drag the left or right edge of the text box to resize it horizontally, causing line reflow.
Expected behavior:
The text should maintain its chosen vertical alignment (Middle or Bottom) throughout the resize operation, and the text box frame should expand or contract in a way that preserves that alignment.
Actual behavior:
As the text reflows during resizing, the frame appears anchored to the top edge, causing the text to shift downward and temporarily behave as though it is Top-aligned.
Additional observation:
Using Shift + Command while resizing produces behavior that appears correct: the text box frame resizes proportionately and the selected vertical alignment is preserved. This suggests the alignment logic already exists in Figma but is not being applied during standard horizontal resizing.
Here is a screen recording demonstrating the issue.