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

alpha.15 broke the slider click-to-select functionality #644

Closed
lone-cloud opened this issue Feb 14, 2017 · 5 comments
Closed

alpha.15 broke the slider click-to-select functionality #644

lone-cloud opened this issue Feb 14, 2017 · 5 comments

Comments

@lone-cloud
Copy link

alpha.14 -> can click somewhere on the slider to set its value
This behavior has regressed in alpha.15 which makes the slider feel very annoying to use as the user must always drag the slider thumb.

@miguelcobain
Copy link
Collaborator

@mansona can you take a look please?

@lone-cloud
Copy link
Author

hey, if you guys are looking at it can you also please fix the basic slider functionality breaking ( ex. hard to change value ) when its parent element gets resized. You can see it breaking on https://miguelcobain.github.io/ember-paper/release-1/#/components/slider when you resize the browser window, as an example.

@miguelcobain
Copy link
Collaborator

miguelcobain commented Feb 14, 2017

This is now fixed. Keep in mind that paper-slider is now a DDAU component. It will trigger an onChange action with the new value. It is up to you to update the value yourself (like paper-input, paper-checkbox, paper-switch, etc). Examples were updated accordingly.

@miguelcobain
Copy link
Collaborator

Also v1.0.0-alpha.16 was released with this.

@lone-cloud
Copy link
Author

Can confirm that the aforementioned bugs are fixed in the latest alpha. Good job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants