microsoft / microsoft/microsoft-ui-xaml

Progress Ring value appears to be maxed when resumed from sleep

Open
#10,625 3 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area-Progress bug
Dominant language
C++
Stars
8.4k
Forks
942
Avg merge
2d 7h
Merged PRs (30d)
105

Description

Describe the bug

When resuming from sleep, the progress ring value appears to go to max or full, when the underlying value has not changed. Even on binded values, they will be overwritten with a max value appearance.

Steps to reproduce the bug

From the WinUI3 gallery app, navigate to the progress ring sample. Update determinate ring value to for example 12 to show some progress. Let computer go to sleep. When resumed from sleep, the progress ring is shown as complete or full, when the value is still 12.

Expected behavior

The progress ring value appearance on determinate rings should always show the underlying value progress against the max value.

Screenshots

Value shown before computer goes to sleep

Image

Value shown after computer resumes from sleep

Image
NuGet package version

WinUI 3 - Windows App SDK 1.7.3: 1.7.250606001

Windows version

Windows 11 (24H2): Build 26100

Additional context

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue in the WinUI 3 Gallery ProgressRing sample: set a determinate ring to 12, put the computer to sleep, and resume it. Trace the ProgressRing behavior during resume and verify that the displayed progress still reflects the underlying value against the maximum rather than appearing full.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
desktop, frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.