ID:2219954
 
Resolved
When using a skin with arrow macros but no arrow+REP macros, and no Any macro, a repeated arrow could send focus to an input control.
BYOND Version:511.1375
Operating System:Windows 10 Home 64-bit
Web Browser:Chrome 56.0.2924.87
Applies to:Dream Seeker
Status: Resolved (511.1376)

This issue has been resolved.
Descriptive Problem Summary:

When a window's macro set lacks arrow+rep macros it causes the arrow keys to trigger the default behavior (focusing an input in most cases), even if the macro set contains arrow and arrow+up macros.

Numbered Steps to Reproduce Problem:

1) Make an interface, add some macros, but none of them arrow+rep macros.
2) Load the game.
3) Press an arrow button (and hold it)
4) Input becomes focused.

Code Snippet (if applicable) to Reproduce Problem:


Expected Results:

The default behavior to not trigger.

Actual Results:

Annoying input focus bug, graaaah.

Does the problem occur:
Every time? Or how often? Every time.
In other games? Yes.
In other user accounts? Yes.
On other computers? Yes.

When does the problem NOT occur?

When the interface has arrow+rep macros.

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)

Anything before the Any macro was added.

Workarounds:

Use 'Any' and handle all keys yourself.

(This has already been fixed, posting for notes)

Lummox JR resolved issue with message:
When using a skin with arrow macros but no arrow+REP macros, and no Any macro, a repeated arrow could send focus to an input control.