feedback-assistant / reports

Open collection of Apple Feedback Assistant reports
226 stars 2 forks source link

FB9024440: NSProgressIndicator looses the animation state when switching to indeterminate mode. #568

Open macmade opened 1 week ago

macmade commented 1 week ago

Description

When using NSProgressIndicator in progress bar mode, the animation state is reset when switching to indeterminate mode. As a result, the progress bar no longer animates.

Please see the example project for a demonstration of this behavior, which is new in macOS 11.

The demo app starts with an animating and indeterminate progress bar:

1 - Uncheck the "Indeterminate" checkbox. 2 - Move the slider to some position to increase the progress bar value. 3 - Check the "Indeterminate" checkbox.

The progress bar is not animated, although the "animate" binding is still on. Toggling "animate" fixes the animation status, but this whole behavior is incorrect. Previous macOS versions did not behave this way.

Files

Progress.zip