You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drag any block with a FieldInput to the workspace.
Enter the empty string.
Enter text with multiple spaces.
Additional observations
The change to make empty label fields zero-width appears to be correct and should be retained.
It's pretty clear that FieldInput at should have the previous multiple-space-retention behaviour. It's less clear whether ordinary Fields should too, but it looks like there will be a rendering bug if they don't.
There doesn't seem to be any reason that empty FieldInputs should be revert to the previous, slightly wider width:
It's a larger target, thus easier for pointer users to hit.
Check for duplicates
Description
PR #8738 fixed issue #8738, but introduced a number of unexpected changes to fields:
Field.NBSP
broke the multiline text input field in a trivial but somewhat gratuitous way.Reproduction steps
FieldInput
to the workspace.Additional observations
FieldInput
at should have the previous multiple-space-retention behaviour. It's less clear whether ordinaryField
s should too, but it looks like there will be a rendering bug if they don't.FieldInput
s should be revert to the previous, slightly wider width:The text was updated successfully, but these errors were encountered: