OnResize() Windows 7 Docking in Bug Reports
|
|
| BYOND Version: | 482 |
| Operating System: | Windows 7 Home Basic |
| Web Browser: | Firefox 4.0.1 |
| 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.
|
| Duplicates: | id:122649 |
|
|
Descriptive Problem Summary:
OnResize() is not called on computers running Windows 7 when the game screen is docked.
Numbered Steps to Reproduce Problem:
On a Windows 7 machine, dock the game window on the edge of your screen.
Resize the window while leaving it docked.
Expected Results:
OnResize() should be called.
Actual Results:
OnResize() is not called.
When does the problem NOT occur?
OnResize() works fine when the window isn't docked.
|