0.18.14 show_side_menu

This subforum contains all the issues which we already resolved.
Post Reply
User avatar
Optera
Smart Inserter
Smart Inserter
Posts: 2916
Joined: Sat Jun 11, 2016 6:41 am
Contact:

0.18.14 show_side_menu

Post by Optera »

Problem:

Code: Select all

/c game.player.game_view_settings.show_side_menu  = false
sometimes results in weird glitches
2020-03-19-10-49-50-0870990.png
2020-03-19-10-49-50-0870990.png (425.83 KiB) Viewed 3543 times
Reproduction:
Sometimes I have to toggle show_side_menu on and off a few times

Expected:
show_side_menu = false hides toolbar without distorting research and minimap elements.

posila
Factorio Staff
Factorio Staff
Posts: 5202
Joined: Thu Jun 11, 2015 1:35 pm
Contact:

Re: 0.18.14 show_side_menu

Post by posila »

Confirmed. Works if I turn it off once, but when turn it back on and off again, it breaks. I was able to reproduce it also in 0.18.12, so unrelated to recent GUI changes :(

User avatar
Optera
Smart Inserter
Smart Inserter
Posts: 2916
Joined: Sat Jun 11, 2016 6:41 am
Contact:

Re: 0.18.14 show_side_menu

Post by Optera »

It may have been a glitch since show_side_menu was introduced.
I recall that bar being the one thing I couldn't remove when I made UI Hotkeys a year ago.

Rseding91
Factorio Staff
Factorio Staff
Posts: 13209
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: 0.18.14 show_side_menu

Post by Rseding91 »

I'll leave this for someone else to look into. As far as I know, everything in the right-container bases its size off the side_menu. So, it not being there kind of just collapses all of that logic and you get what you get.
If you want to get ahold of me I'm almost always on Discord.

User avatar
Optera
Smart Inserter
Smart Inserter
Posts: 2916
Joined: Sat Jun 11, 2016 6:41 am
Contact:

Re: 0.18.14 show_side_menu

Post by Optera »

Rseding91 wrote:
Thu Mar 19, 2020 7:25 pm
I'll leave this for someone else to look into. As far as I know, everything in the right-container bases its size off the side_menu. So, it not being there kind of just collapses all of that logic and you get what you get.
That doesn't quite make sense with a workaround I discovered.
If research and map are disabled together with menu and then enabled again they keep their normal size.

Rseding91
Factorio Staff
Factorio Staff
Posts: 13209
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: 0.18.14 show_side_menu

Post by Rseding91 »

Optera wrote:
Thu Mar 19, 2020 9:24 pm
Rseding91 wrote:
Thu Mar 19, 2020 7:25 pm
I'll leave this for someone else to look into. As far as I know, everything in the right-container bases its size off the side_menu. So, it not being there kind of just collapses all of that logic and you get what you get.
That doesn't quite make sense with a workaround I discovered.
If research and map are disabled together with menu and then enabled again they keep their normal size.
Yeah that sounds expected. There's a property called "don't decrease width" which would cause that exact behavior. Once sized larger, the text doesn't shrink. But the size is still based off the side menu or minimap.

Personally it doesn't sound worth doing anything about to me. The entire right-side menu is meant to work as one large collection of things. Ripping out parts breaks that because it was never meant to have parts ripped out. Unfortunately features got tacked on and now we're here with some of them not working right.
If you want to get ahold of me I'm almost always on Discord.

User avatar
Optera
Smart Inserter
Smart Inserter
Posts: 2916
Joined: Sat Jun 11, 2016 6:41 am
Contact:

Re: 0.18.14 show_side_menu

Post by Optera »

Almost sounds like you plan on fixing show_side_menu = false by by removing show_side_menu. ;)

kovarex
Factorio Staff
Factorio Staff
Posts: 8078
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: 0.18.14 show_side_menu

Post by kovarex »

Thanks for the report, fixed for 1.1

Post Reply

Return to “Resolved Problems and Bugs”