Column dividers do not remember last position after app restart
Planet 0.19.4 (2282)
Reproducibility: always
Steps:
- Move the column dividers around.
- Quit the app.
- Restart the app.
What happened: The dividers are reset.
Expected result: The dividers stay in the position before the app was quit.
Any hope for a fix? It's very annoying that the app resets the column dividers. I have to put them back to where I like them every time.
The macOS SwiftUI system handles this column width behavior, so it may change behavior on different macOS major versions.
This is what I observed on Sequoia 15.2; it seems to be able to save and restore width. Is that what you expect?
https://github.com/user-attachments/assets/1a9660af-1cc8-42d0-8dd7-5fb7284e6f1b
What is the macOS version you are using?
Hm, I just tried to reproduce it now and I couldn't.
But I find myself experiencing this bug every other day.
I will try to figure out a way to reproduce it reliably.
I'm running macOS 15.3.
Alright, looks like I found a way to reproduce.
You need to restart the OS with the option to reopen windows when logging back in.
Still reproducible with the latest build and same steps.
Yes, you are right. I tested it, too.
The latest attempt does not work for macOS' restore mechanism. I'll find some other way to do it, if any.