ID:1675763
 
Resolved
Space and Enter keys didn't behave properly in some projects.
BYOND Version:507
Operating System:Windows 8 Pro 64-bit
Web Browser:Chrome 37.0.2062.103
Applies to:Webclient
Status: Resolved (507.1256)

This issue has been resolved.
If the Spacebar is a macro, the input won't expand even with focus. Modifier Key+Space works, if not specifically macroed.

Same goes for Enter ("Return"). Verbs can't be submitted if Enter is macroed.

In Dream Seeker, pressing Space when the input has focus and the input contains text will not fire the Space macro. The macro only fires if the input is empty or is not in focus.

In games that use WASD to move, letter keys don't give focus to the default input control. Instead, I use Enter to either give focus to the input control (and take it away after... there's not really any particularly easy way to do this other than setting focus to the map at the end of each verb, is there?), or sometimes I just use a popup input and not have an input control at all.

Of course, giving focus with winset() doesn't seem to work yet, but still.
Lummox JR resolved issue with message:
Space and Enter keys didn't behave properly in some projects.