ID:2960282
 
BYOND Version:516.1650
Operating System:Windows 10 Pro 64-bit
Web Browser:Chrome 131.0.0.0
Applies to:Dream Seeker
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:

I want to set a client-side winset to hide an input and reset focus to the map control after a command is entered. Unfortunately, the input doesn't read this as valid.

Multiple commands also don't work in the on-blur command. These are the commands I'm using:

Command:
.winset "focus=default.map1;inputelem.is-visible=false"\nscreeninput "


On-Blur:
.winset "focus=default.map1;inputelem.is-visible=false"\nscreeninput [[inputelem.text]]

//this works:

.winset "focus=default.map1;inputelem.is-visible=false;command=screeninput%20[[inputelem.text as escaped]]"


Test case uploaded to BYONDiscord

Login to reply.