Property menu doesn't re-render correctly if a property's value spans multiple lines

I found this issue while I was looking in CoreGui on a local server:

In this example, you can see that some of the UI elements fail to automatically reposition once the Name property changes to have multiple lines:

image

Strangely, changing the name again via command does re-render the menu if it has the same number of lines as the previous iteration (as you saw in the second video).

1 Like

The value doesn’t only have to be a string, it also occurs with reference values like ObjectValue.Value:

As a sidenote (related but perhaps for another bug report), the Value property doesn’t refresh when the referenced instance’s Name property changes:

Thanks for the report! I filed a ticket in our internal database.

1 Like

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

Hello, thanks again for your report! We will address this issue in the future major update to explorer and properties later this year!

1 Like