Page 1 of 1

[Rseding91] [0.15] Can't press tab to remove message overlay

Posted: Mon Apr 03, 2017 10:48 pm
by keyboardhack
I was writing in the textbox marked by the red arrow when a rocket launched without a satelite. I can't press tab to remove the message because i am still writing in the textbox.

Steps to reproduce:
  • Launch a rocket without a satelite.
  • Quicly open a trainstop and edit the name.
  • Wait for message to pop up while mavinh focused the textbox.

Image


Not sure but is it a bug that an ion cannon from the ion cannon mod isn't considered a satelite?

Re: [0.14.22] Can't press tab to remove message overlay

Posted: Tue Apr 04, 2017 5:50 am
by Nexela
keyboardhack wrote:Not sure but is it a bug that an ion cannon from the ion cannon mod isn't considered a satelite?
How so? It is an ion cannon and not a satellite (Also .15 should have a remote API to disable/change this message)

Re: [0.14.22] Can't press tab to remove message overlay

Posted: Mon May 15, 2017 2:48 pm
by Klonan
I can reproduce this in 0.15:

Pressing 'ESC' to open the game menu can fix it

Code: Select all

/c soon = game.tick + 300 script.on_event(defines.events, function () if game.tick == soon then game.show_message_dialog{text = "Oh boy!"} end end)
Image

Re: [Rseding91] [0.15] Can't press tab to remove message overlay

Posted: Tue Jun 20, 2017 12:53 pm
by Rseding91
Thanks for the easy steps to reproduce the problem. It's now fixed for the next version of 0.15.