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

'set' method throws error that value falls outside of the vMin / vMax range #11

Open
apuchkov opened this issue Feb 5, 2013 · 5 comments

Comments

@apuchkov
Copy link

apuchkov commented Feb 5, 2013

When I try to set any negative value here http://www.decorplanit.com/plugin/#setAnchor it throws an error in a console "Uncaught Error: The value (-1) from the 'set' method falls outside of the vMin / vMax range".

This is unexpected as -1 is between -999999999.99999 and 999999999.99999, so it should be set without errors.

@BobKnothe
Copy link
Collaborator

How are you settings the min max values via options or HTML5 data?

Robert (Bob) Knothe

On Feb 5, 2013, at 11:19 AM, apuchkov [email protected] wrote:

When I try to set any negative value here http://www.decorplanit.com/plugin/#setAnchor it throws an error in a console "Uncaught Error: The value (-1) from the 'set' method falls outside of the vMin / vMax range".

This is unexpected as -1 is between -999999999.99999 and 999999999.99999, so it should be set without errors.


Reply to this email directly or view it on GitHub.

@apuchkov
Copy link
Author

apuchkov commented Feb 5, 2013

What I mean is this page http://www.decorplanit.com/plugin/#setAnchor doesn't work for me.

See screencast I recordered to make it more clear http://screencast.com/t/ilRE61FzodO

@BobKnothe
Copy link
Collaborator

Apuchkov,First thank you for point out the glich.Essentially the plugin is functioning as designed, the problem is me!While the input that you entered values has min max value set between -999999999.99999 and 999999999.99999 The input for the 'set' method and the span tag  min max values are set at 0.00 and 999999999.99999. So when you use the 'set' method and the value is out-side the range of the min max an error is throw as designed.I have corrected the HTML5 data so it should be functioning properly.Again thank you,Bob 

-------- Original Message --------
Subject: Re: [auto_numeric_js] 'set' method throws error that value
falls outside of the vMin / vMax range (#11)
From: apuchkov [email protected]
Date: Tue, February 05, 2013 11:25 am
To: funny-falcon/auto_numeric_js [email protected]
Cc: Bob Knothe [email protected] I mean is this page http://www.decorplanit.com/plugin/#setAnchor doesn't work for me. See screencast I recordered to make it more clear http://screencast.com/t/ilRE61FzodO — Reply to this email directly or view it on GitHub.

@thoran
Copy link

thoran commented Aug 16, 2013

Still not working for me...

@BobKnothe
Copy link
Collaborator

Have you tried the new version 1.9.15?

https://github.com/BobKnothe/autoNumeric

or go here

http://www.decorplanit.com/plugin/

there are some compatibility issues so read the instruction carefully

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

3 participants