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

precision problem #49

Open
GoogleCodeExporter opened this issue Oct 30, 2015 · 1 comment
Open

precision problem #49

GoogleCodeExporter opened this issue Oct 30, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. you assign a negative value to a property at the beginning.
2. then no matter how you slide the toggle bar, the textfield only show integer
   part of the value.
3.

What is the expected output? What do you see instead?
I want the precision is decided by the step(0.01) function, not by the initial 
value. However, If the start value is negative for example this.x = -1.0, then 
only
one bit is displayed in the textfield. I think use step function to tell how to
display numbers is much clear then parsing initial values.

What version of the product are you using? On what operating system?
HP Computer, Windows 8

Please provide any additional information below.

I am from china, I try my best to describe the issue clearly. I hope you can
understand me. I appreciate if you can fixed the problem.

Original issue reported on code.google.com by [email protected] on 22 Apr 2014 at 3:46

Attachments:

@GoogleCodeExporter
Copy link
Author

see issue 39 and comments... might be the same thing (the log of a negative 
number is undefined)

Original comment by [email protected] on 16 Jul 2014 at 10:22

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

No branches or pull requests

1 participant