Typing in input()s hides mouse cursors in Bug Reports
|
|
Not a bug
| BYOND Version: | 479 |
| Operating System: | Windows 7 Home Premium 64-bit |
| Web Browser: | Firefox 3.6.13 |
| 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.
|
|
|
Code should explain/demonstrate the problem:
mob/Stat() statpanel("Player") stat("Click Your Name Below") stat("Move the mouse off your name, but still inside the stat panel") stat("Start to type in the input (it should still have focus)") stat("The mouse cursor should disappear") stat("It will reappear if you move it out of the stat panel") stat("similar problems exist in general over other controls as well") stat("") stat(src)
mob/Click() world<<input("Input:","Input") as text
|
|