macOS 26: progress bar widget is broken in some states
Closed this issue · 1 comments
mitchellh commented
This is a macOS bug that wasn't fixed for the final release. But we should work around it now that its shipping. This works fine in earlier macOS versions. Run this script: https://gist.github.com/mitchellh/73777dc99c3ba6d3393690d01a6bd93a
mitchellh commented
The linear ProgressView on macOS Tahoe is just straight up broken. Given the simplicity of what we're doing, I think I might just go the route of a custom Rectangle-based progress bar we draw up there.