Ticket #355 (closed defect: fixed)
Opened 2011-03-11T11:03:51-06:00
Last modified 2011-03-11T11:04:18-06:00
AbstractInputHarvester throws exception for ranged fields
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Plugin Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
If a parameter in a plugin has a valid range that does not include zero AbstractInputHarvester cannot instantiate it and throws an exception. It turns out range clamping necessary on the initial value of the field
Did initial implementation. Curtis did final implementation.