In game mods management UI, "updates" tab.
If you have many mods to update, click "update selected".
Now, select some item in the middle of the list.
As items at the head of the list finish updating the currently selected item changes to the next item.
Note that the selected does not have to be the one that completes, any update that completes at the head of the list will cause all the remaining items to move up but the selection stays at the same offset.
(Smells as if some index isn't being updated as the underlying list changes)
[0.18.34] Mod update UI, selected item changes while updating
-
- Manual Inserter
- Posts: 2
- Joined: Mon Mar 11, 2019 8:23 pm
- Contact:
Re: [0.18.34] Mod update UI, selected item changes while updating
Thanks for the report however I don't consider this worth changing. It's not breaking anything and the entire list will go away as it finishes updating anyway.
If you want to get ahold of me I'm almost always on Discord.
-
- Inserter
- Posts: 38
- Joined: Thu Sep 15, 2016 6:27 am
- Contact:
Re: [0.18.34] Mod update UI, selected item changes while updating
Came here to report this (for whatever that's worth). I was trying to click on the Changelog button for one of the mods that was being updated -- just updated everything, and then got curious about the details for one of them.
-
- Burner Inserter
- Posts: 18
- Joined: Fri Nov 13, 2020 5:57 pm
- Contact:
Re: [0.18.34] Mod update UI, selected item changes while updating
I just stumbled across this bug again while updating. If the update process for many mods takes several minutes, it would be quite nice if you can look at the mods and possibly the changes during this time. Here, this bug is of course disturbing.
The bug should also be very easy to fix: The selected element is apparently determined by the position within the list. If the selected element is at position > 0, only the position must be decremented, whenever an element is finished downloading.
Another option would be to show the list until everything is done and change the view again and mark finished downloaded mods in any way (e.g. colored).
The bug should also be very easy to fix: The selected element is apparently determined by the position within the list. If the selected element is at position > 0, only the position must be decremented, whenever an element is finished downloading.
Another option would be to show the list until everything is done and change the view again and mark finished downloaded mods in any way (e.g. colored).