ID:2592037
 
Resolved
Commands in the skin editor, such as for buttons, got doubly escaped and un-escaped which caused some of them to get mangled.
BYOND Version:513
Operating System:Windows 10 Home 64-bit
Web Browser:Chrome 83.0.4103.116
Applies to:Dream Maker
Status: Resolved (513.1528)

This issue has been resolved.
Descriptive Problem Summary:

Create a button element in an interface file.

Enter the following into the Command field:

herp "\"derp\""


Press OK.

Edit the button again.

Notice that the command field is:

herp ""derp""

Damn input elements are eating my escapes, and it's breaking stuff.
You know what's weird? I had that escape/unescape behavior in the editor on purpose, but for the life of me I can't remember why. I think the intention was to escape/unescape from its format in the skin file, but that's already done elsewhere.

I've removed the escape/unescape behavior. Hopefully nothing else breaks.
Lummox JR resolved issue with message:
Commands in the skin editor, such as for buttons, got doubly escaped and un-escaped which caused some of them to get mangled.