Issue Type: Performance
Impact: High
Frequency: Constantly
Date First Experienced:
Date Last Experienced:
Reproduction Steps:
local t=Instance.new('Folder',workspace)
t:SetAttribute('Long',('a'):rep(1e6))
Select the folder and you will see a noticeable delay.
Expected Behavior:
I want the properties window to instantly update when I change my selection. The preview text is already being visually clipped (I like this), so I imagine there is the possibility of lazily doing w/e work is required that makes it so viewing the unclipped contents is instant (see the behavior video)
Actual Behavior:
There is a noticeable delay.
Workaround: