#May have found a UI bug on cloud
1 messages · Page 1 of 1 (latest)
what's the bug? or is it more of a surprising UI control?
the logic is 'if the string value exceeds 50 characters, render as a resizeable textarea instead, so a large value doesn't overwhelm the UI and so the user can make it bigger'
maybe a truncate + click-to-expand would be more intuitive, i admit it's unusual 😛
or maybe the threshold is too low
I guess the surprising behavior is that the textarea only seems to affect part of the args string? I guess I would have expected the textarea to affect the complete string of the args value
Well, it's definitely surprising. I couldn't figure out how it should work or what's the logic behind it