Macros on spacebar override input focus in Bug Reports
|
|
Not a bug
| BYOND Version: | 485 |
| Operating System: | Windows 7 Ultimate 64-bit |
| Web Browser: | Chrome 12.0.742.91 |
| Applies to: | Dream Seeker |
|
| Status: |
Not a bug
This is not a bug. It may be an incorrect use of syntax or a limitation in the software. For further discussion on the matter, please consult the BYOND Developer forums.
|
|
|
Descriptive Problem Summary:
If you have a macro set to the Space bar, and you press space on an empty input which accepts commands, it executes the macro rather than showing the popup menu with commands
Numbered Steps to Reproduce Problem:
1) Set a macro to 'Space'
2) Have an input which takes commands
3) Press space with the input as the focus
Expected Results:
To be able to cycle through commands normally
Actual Results:
The Space macro is executed and the commands menu doesn't appear.
Does the problem occur:
Every time? Or how often?
Every time
In other games?
Aye
In other user accounts?
Aye
On other computers?
Aye
When does the problem NOT occur?
If the macro is changed to another key
Workarounds:
Set the macro to another key
|