#2762 closed defect (fixed)
IntegerSpinner min=0 not working when initial value set to 0
Reported by: | guest | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
buggy example:
<input dojoType="IntegerSpinner?"
value="0" delta="10" min="0" maxlength="20" widgetId="integertextbox1">
try spindown to -1 (should be disabled) and you will see bad value info.
this is ok:
<input dojoType="IntegerSpinner?"
value="0" delta="10" min="0" maxlength="20" widgetId="integertextbox1">
spinningdown bellow 0 is disabled
Change History (4)
comment:1 Changed 14 years ago by
Owner: | changed from bill to Douglas Hays |
---|
comment:2 Changed 14 years ago by
Milestone: | → 0.9M2 |
---|---|
Status: | new → assigned |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [8279]) Fixes #2762