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

Dimmer does not update when slider dragged to 0 or 100. #2

Open
njschwartz opened this issue Feb 27, 2017 · 1 comment
Open

Dimmer does not update when slider dragged to 0 or 100. #2

njschwartz opened this issue Feb 27, 2017 · 1 comment
Labels

Comments

@njschwartz
Copy link

Dragging the slider to either extreme doesn't update the tile or change the actual device. Clicking or sliding anywhere in between works perfectly.

@pstuart
Copy link
Member

pstuart commented Feb 27, 2017

Confirmed, not sure the best way to tackle this. Right now we are looking for a .click event on the .tile class, but if you release outside the .tile area it won't fire (and quite possibly the wrong .tile could fire) I'm sure there is an on mouse down action we could use instead to set .tile id and wait for .click to show up and use that instead. Will test. Thanks!

@pstuart pstuart added the bug label Feb 28, 2017
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

2 participants