Clicked GUIs are not brought to front
Clicked GUIs are not brought to front
If GUIs (modded or vanilla) are overlapping, clicking on a GUI in the background should bring it to the front. This used to work in Factorio 1.1 (just checked with version 1.1.110).
A good mod deserves a good changelog. Here's a tutorial (WIP) about Factorio's way too strict changelog syntax!
Re: Clicked GUIs are not brought to front
Thanks for the report however I can not reproduce any issue with this behavior. The prototype explorer GUI uses it extensively when multiple of those windows are open and they seem to have no issues. Can you post a save file and steps to reproduce the issue as you're seeing it?
If you want to get ahold of me I'm almost always on Discord.
Re: Clicked GUIs are not brought to front
I started a new game without mods. Used SHIFT+CTRL+E to open the prototype browser, then clicked on the first visible link (which was to the prototype of the first custom-input, crash-site-skipped-cutscene; any other would do as well). If the second window completely hides the first one, move the second window around a bit so that it becomes visible. Clicking on the first (lower) window will not bring it to front.
As I couldn't make a save the normal way (I'd have to use the ESC key to get to the main menu, which would close the GUIs), I used
Code: Select all
/c game.autosave()
Well, what should I say? Checking config.ini, I found the line
Code: Select all
bring-window-to-top-on-click=false
I'm sorry I've wasted your time for something that obviously wasn't a bug but a case of PEBKAC.
A good mod deserves a good changelog. Here's a tutorial (WIP) about Factorio's way too strict changelog syntax!