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
In the Timer tool, when multiple timers are running simultaneously and the user clicks the “Stop All” button, all timers not only stop but also reset their times to the initial state. This behavior prevents users from resuming the timers later and causes a loss of progress. The expected behavior is for the timers to stop (pause) without resetting their elapsed time unless a separate reset action is performed.
chrome_0I8VBRVpEZ.mp4
Steps to Reproduce
Open the Timer tool.
Start multiple timers.
Click the “Stop All” button.
Observe the behavior of the timers.
Input Data (if applicable)
Expected Output
The “Stop All” button should only pause the timers, keeping the elapsed time intact. Resetting should occur only when the user explicitly selects a reset option.
Actual Output
All timers stop and immediately reset their times to zero.