Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slider Problem #12

Closed
Bl4cksh4rk1990 opened this issue Aug 15, 2017 · 9 comments
Closed

Slider Problem #12

Bl4cksh4rk1990 opened this issue Aug 15, 2017 · 9 comments
Labels

Comments

@Bl4cksh4rk1990
Copy link

Hello,
when i have more than one view in my project, the slider from the heating widget only works in the first opened view. In all other views the slider doesn't move anymore.

@DutchmanNL
Copy link

i experience an equal issue together with LJSven, see
"https://forum.iobroker.net/viewtopic.php?f=30&t=13738&p=145714#p145714"

  • When the page loads first time the slider is at zero, but the set value is visible to be higher
  • reloading the page moves the slider to the proper position
  • moving the slider changes the set value as expected

@DutchmanNL
Copy link

edit : screenshots add

First load :
screen shot 2018-04-26 at 16 11 42

After hitting the refresh button :
screen shot 2018-04-26 at 16 11 52

@bassbumper
Copy link

Hi,
I have the same issue in the current metro version. Any new findings or workarounds on this issue?

@Blubb98321
Copy link

I got the same Problem, only when I refresh the site with the sliders, they will work correctly. So when I navigate from my home screen to the site with the sliders, they will stuck...

homescreen
to
music_screen
--> Slider gets stuck...

After reloading:
music_screen_reloaded

Thanks for all help

@bassbumper
Copy link

Found out that there is an issue getting the slider length because the element size is set to AUTO. It cannot calculate the length in pixel in that case.
Quick fix for me: set a fix width for the slider in the CSS file. This solved all issues

@MeinzIsAs
Copy link

@bassbumper Can you tell us how you`ve changed the width in the css file?

@JulianFu
Copy link

JulianFu commented Nov 8, 2020

Hey there, as I just got the same problem, following is the solution described by @bassbumper 👍

go to your view, select one of the metro widgets you want to change (you only need one in this solution, it will work for the complete view)
Open properties > CSS and add

.metro .slider { width: 263px !important; }

This is a solution, but not a nice one - as we are overriding the CSS from the metro creator.
But it works.

@stale
Copy link

stale bot commented Apr 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions.
Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivitäten gab. Es wird geschlossen, wenn nicht innerhalb der nächsten 7 Tage weitere Aktivitäten stattfinden. Bitte überprüft, ob das Problem auch in der aktuellsten Version des Adapters noch relevant ist, und teilt uns dies mit. Überprüft auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind bzw. aktualisiert diese. Vielen Dank für Eure Unterstützung.

@stale stale bot added the wontfix label Apr 16, 2022
@stale
Copy link

stale bot commented Apr 27, 2022

This issue has been automatically closed because of inactivity. Please open a new issue if still relevant and make sure to include all relevant details, logs and reproduction steps. Thank you for your contributions.
Dieses Problem wurde aufgrund von Inaktivität automatisch geschlossen. Bitte öffnet ein neues Issue, falls dies noch relevant ist und stellt sicher das alle relevanten Details, Logs und Reproduktionsschritte enthalten sind. Vielen Dank für Eure Unterstützung.

@stale stale bot closed this as completed Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants