You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: