|
|
|
|
|
by goblin89
6 days ago
|
|
> Grouping close-together changes of the same control for undo sounds probably intentional to me I explained how it happens. Intentional or not, it just takes us between buggy software and poorly designed software and even then losing changes (not all of what is undone is redone and you are left in an inconsistent state) remains a bug. > Ctrl+Z in a textbox doesn't go one character at a time Retyping text is not comparable to readjusting different fine color controls on different pages of the UI across different nodes. By comparison, the aforementioned RawTherapee (despite being powered by Qt and looking pretty barren) in fact works more reliably with no such issues, and it’s also cross-platform software that is free to boot. |
|
I don't mean to claim that the mentioned issues are unavoidable or that some piece of software is more likely than not to have these issues, just that when there are OS-specific issues it's this kind of thing I expect. Clipboard handling is pretty much an entirely different implementation on each platform unless you're using something like Electron that already handles it for you, for instance.