Bonsai Posted August 3, 2014 Share Posted August 3, 2014 Hey Peeps, There is some minor bug about the chatbox input. If the chatbox input is active when the chatbox gets disabled, everything you write will still go to the (invisible) input. Also, you can't open the console in that situation. I would have reported this on that bug website, but I somehow can't login/register or restore my password. Link to comment
Callum Posted August 5, 2014 Share Posted August 5, 2014 Can't reproduce this. The input just disappears along with the chatbox, and everything works as normal. Link to comment
Bonsai Posted August 5, 2014 Author Share Posted August 5, 2014 Try to enable the input, then disable the whole chatbox by a script. The input will disappear. You won't be able to open Console. Once the chatbox gets enabled again, every key you pressed still got into the input. Got this problem on servers with login panel and big download. Joining a server, waiting for download, pressing T to get the cursor, after download is finished the chatbox gets usually disabled. If I write my password to the login panel now, it will later be shown in the chatbox input. Link to comment
tosfera Posted August 16, 2014 Share Posted August 16, 2014 Can you create a small script of this? I'll try to write one like you just explained to us and see if something happens. Link to comment
Bonsai Posted August 16, 2014 Author Share Posted August 16, 2014 Its not that big deal actually. I'm surprised nobody seems to notice or have this problem. Try: function start() showChat(false) setTimer(showChat, 5000, 1, true) end addEventHandler("onClientResourceStart", resourceRoot, start) While the chatbox is gone, try to press F8. For me, it doesn't work. Link to comment
Recommended Posts