#1759 closed defect (fixed)
CurrencyTextbox class always out of range
Reported by: | Owned by: | Adam Peller | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
testing against the nightly tests even, the default behavior of the CurrencyTextbox? class does not seem to match up.
By default the code indicates a range of -infinity to +infinity, but no matter what value I enter, it is either "invalid" or "out of range." Invalid makes sense, but the out of range seems to be incorrect.
This came up because I could not get my own usage of the CurrencyTextbox? to function locally.
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | → 0.4.1 |
---|---|
Owner: | changed from anonymous to Adam Peller |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [6325]) Fixes #1759. Added some positive test cases so we'll know if this isn't working in the future.