Done Bug Report - Client

bingingem

could i get some of that cactus?
is a Pre-Contributor
What type of bug are you reporting? Client

What is the bug?
Volume settings are being reset when slider is at 0. I've been able to replicate it consistently on multiple browsers. This also happens if any slider is at 0 and you close the browser tab and reopen it. These 0 values use to persist at some point in time. Seems like the persistent storage might not be getting set properly, or is being overwritten somewhere (I'm guessing the latter but I haven't debugged it yet).

This happens with all 3 volume slider options.

Edit: the volume does stay at 0, so it seems like opening up the pop up (or reloading the client) is what resets it to default.

Edit: possibly from this commit? Specifically the minor changes in render()

Are you able to replicate it? If so, how?
1. Open volume pop up and change any volume slider to 0
2. Close the volume pop up window
3. Open the volume pop up and the values reset to default.
3a. Or simply close the browser tab and the slider values reset to default.

Instead of closing the volume pop up, you can also mute and unmute and it resets the slider as well.

If you change the slider to anything except 0, the values persist (so I'm positive it's not issue with my browser's storage settings).


Edit: I confirmed this bug does not exist on the Preact client. Not sure if that makes this report obsolete since that'll be rolling out soon.
 
Last edited:
Back
Top