|
|
Reporter | jkelley | Assigned To | AHUser | |
---|
Priority | normal | Severity | major | Reproducibility | always |
---|
Status | resolved | Resolution | fixed | |
---|
Product Version | Daily / GIT | |
---|
Target Version | | Fixed in Version | Daily / GIT | |
---|
|
|
Summary | 0006457: TJvSpinEdit handles minus sign incorrectly |
---|
Description | If a TJvSpinEdit has a positive MinValue set, then pressing the minus sign causes the value to change to negative MinValue.
This is apparently a regression introduced by http://issuetracker.delphi-jedi.org/view.php?id=4572; in that bug, trying to type a negative number resulted in the number being temporarily "-0", so it was reset to 0. The fix involved explicitly tracking the minus sign outside of the current value, but that fix means that trying to type a negative value can result in the minus sign being applied to the (positive) minimum value. |
---|
Additional Information | To demonstrate, run the sample project, set the cursor to the beginning of the spin edit, and press '-'. The minimum value should be 0.5, but the value shown is -0.5. |
---|
Tags | No tags attached. |
---|
|
|