Closed muktheo closed 5 months ago
Which version are you on? I accidentally introduced a bug that causes this in 3.7.1 but fixed it in 3.7.2. Also use three backticks ``` for code blocks and one backtick for inline code.
I'm on 3.7.4 version right now. And thank you for reminding about block ticks
Can you try clearing browser cache? It really does sound like the 3.7.1 bug which is fixed.
What about adding this to your config to debug?
slider:
style:
'--color': hsl(211, {{ value * 100 }}%, {{ value * 100 }}%)
'--value': '{{ value }}'
With this config does the color change as you move the slider? Does it also revert color? Can you open the browser developer tools, select the slider, and see the value of --value
change and revert?
I have the same issue! Started after one of the more recent updates. That code above didn't help. The bar snaps back to 50% (Center)
Oh, and I double checked the media player entity and it's showing the correct volume level percentage
The config above isn't supposed to help, just give more visibility into and help diagnose what's going on. Did y'all clear cache? This should already be fixed, but I'll look into and modify the slider config setting code in the 3.8.0 beta to see if I can identify anything else that could be causing it.
The config above isn't supposed to help, just give more visibility into and help diagnose what's going on. Did y'all clear cache? This should already be fixed, but I'll look into and modify the slider config setting code in the 3.8.0 beta to see if I can identify anything else that could be causing it.
yup, cleared cache, still rebounds back to 50%,. The same thing happens in Android and iPhone apps too.
What version are you on? Can you try the latest release version or 3.8.0 beta? What's your remote config?
I also have the same problem with 3.8.0-beta.007, it controls webos volume level bet gets back to center after some time or when I refresh the page.
Can y'all try the latest beta again? I think I've identified and fixed the issue, and @muktheo's config is now working for me.
Can y'all try the latest beta again? I think I've identified and fixed the issue, and @muktheo's config is now working for me.
great, confirm the slider working normally on latest beta.
thanks so much for you hardwork
Sorry it took me a bit to get to fixing it. As new features get added, fields get changed, and things get deprecated the chances I break deprecated config support increases and becomes more difficult to troubleshoot.
The beta worked for me too! Thank you so much!
Hi, it seems my volume slider has a little bug. Everytime I change the slide value, it will come back to the center. The volume has changed normally but not the slider.
bytheway Ive been using your incredible works for long time, and I notice that im still using old config like media_player instead of slider_id, adb_id, etc. but even after change it to slider_id or the newest, the bug still there.
thank you