Possible cause/connection to Javascript issues in Bug Reports
|
|
| BYOND Version: | 489 |
| Operating System: | Windows XP Pro |
| Web Browser: | Firefox 7.0 |
| Applies to: | Dream Seeker |
|
| Status: |
Unverified
Thus far we've been unable to verify or reproduce this bug. Or, it has been observed but it cannot be triggered with a reliable test case. You can help us out by editing your report or adding a comment with more information.
|
|
|
Descriptive Problem Summary:
Recently many people have been noticing a huge amount of lag when using Javascript to get the mouse position. For example, in Tanx, or any other project that uses HDKMouseKeys. (or any other custom Javascript that grabs mouse coords)
I've noticed that the problem only occurs when the mouse is within a map control, if it's outside the window or in another control, such as the output, it works fine. There's even issues with DS detecting MouseDown and MouseUp.
Numbered Steps to Reproduce Problem:
It only shows up on more process heavy projects and it mainly affects weaker dual core (below 2.6ghz) and single core (below 3.6ghz) CPUs
Expected Results:
Mouse coordinates update correctly with javascript when moving over a map control
Actual Results:
Mouse coordinates are often not sent. This only occurs over map controls.
When does the problem NOT occur?
When the cursor is not over a map control.
Workarounds:
None yet, but I'm working on it. Using MouseEntered() to get the mouse position works, but is much less accurate.
|