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

Spinner Not Stopping on max value #1

Closed
stevensoftwaredev opened this issue Apr 25, 2018 · 11 comments
Closed

Spinner Not Stopping on max value #1

stevensoftwaredev opened this issue Apr 25, 2018 · 11 comments
Labels
bug Something isn't working

Comments

@stevensoftwaredev
Copy link

My spinner will not stop on max amount. It goes 2 steps above every time if you just hold it down. Once you click back on it goes to max and then starts down if you pressing down. This happens to all the spinners I have on the page also.

@shaack
Copy link
Owner

shaack commented Apr 25, 2018

Which Browser and Operating System?

@shaack
Copy link
Owner

shaack commented Apr 25, 2018

Ok, I see it on the Demo page with Firefox.

@stevensoftwaredev
Copy link
Author

stevensoftwaredev commented Apr 25, 2018 via email

@shaack
Copy link
Owner

shaack commented Apr 25, 2018

Thanks for reporting, it should be fixed now. => V 1.3.22

@shaack shaack closed this as completed Apr 25, 2018
@stevensoftwaredev
Copy link
Author

stevensoftwaredev commented Apr 26, 2018 via email

@shaack
Copy link
Owner

shaack commented Apr 26, 2018

This would be not trivial, because inches is in 12er system, not decimal. It is possible but difficult. One must rethink the whole code-design of the spinner to enable feet and inches, because the value is stored as float and all calculations are done in decimal system for now.

@stevensoftwaredev
Copy link
Author

stevensoftwaredev commented Apr 27, 2018 via email

@shaack
Copy link
Owner

shaack commented Apr 28, 2018

Ok, nice. But... the code was published under MIT License. https://github.com/shaack/bootstrap-input-spinner/blob/master/LICENSE Please, read this license. At this moment your fiddle is a violation, because you must include the copyright "Copyright (c) 2018 Stefan Haack - http://shaack.com". Also, if you use this code at a customers project. You can make this process easier, if you just fork my project here in GitHub and code your changes there and keep the whole package, with license, intact. Thanks Stefan

@shaack
Copy link
Owner

shaack commented Apr 28, 2018

...for me, it would be also OK, if you just put a link in the JS of your fiddle as reference to the original here: https://github.com/shaack/bootstrap-input-spinner/

@stevensoftwaredev
Copy link
Author

stevensoftwaredev commented May 1, 2018 via email

@shaack
Copy link
Owner

shaack commented May 1, 2018

Hi, thanks. Looks good. I am also just in it (GitHub) since 1/2 year, so I am also not really a GitHub pro. For information purpose, I think it would be a good idea, to add a comment in the forked sourcecode. Something like:

/**
 * Author: Stefan Haack (https://github.com/shaack)
 * License: MIT, see file 'LICENSE'
 * Modified by stevensoftwaredev (or your real name) to display feet and inches. 
 */

And maybe also in the README.md, so everyone knows how your forked spinner works. Maybe there are some people out there who also need a feet and inches input.
Thanks, have fun,
Stefan

@shaack shaack added the bug Something isn't working label Dec 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants