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
ID:109836
![]() Feb 21 2011, 1:47 am
|
|||||||||||||
Not a bug
| |||||||||||||
Code should explain/demonstrate the problem:
|