ID:118433
 
BYOND Version:490.1106
Operating System:Windows XP Pro
Web Browser:Chrome 14.0.835.159
Applies to:Dream Seeker
Status: Deferred

This issue may be low priority or very difficult to fix, and has been put on the back burner for the time being.
Descriptive Problem Summary:
When you hold the mouse button to move a window, no macro keyups/keydowns will occur (but keyreps will stop properly but not start with the mouse held). This can cause held macros to continue being held if it was held before moving the window.

Numbered Steps to Reproduce Problem:
Set up a macro for keyup and keydown.
Click and hold the title bar.
Tap that macro and observe no response.

Code Snippet (if applicable) to Reproduce Problem: n/a

Expected Results:
KeyUp and KeyDown work properly

Actual Results:
Neither KeyUp nor KeyDown occur

Does the problem occur:
Every time? Or how often? every time
In other games? Can't tell, not many use keydown/up that I play
In other user accounts? n/a
On other computers? yes

When does the problem NOT occur?
When the macro is set for keyrep, it'll stop when the key is lifted, however it will not start. Other than that, unsure.

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.)
unknown

Workarounds:
unknown