#8627 closed defect (fixed)
robot Spinner test fails
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit - Form | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dijit/tests/form/robot/test_Spinner.html fails
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [16660]) Fixes #8627 !strict. NumberTextBox? with garbage should fire onChange(undefined) for consistency with DateTextBox? and other ValidationTextBox? widgets. Empty boxes should fire NaN. Removed try/catch blocks from the form robot tests to make use of doh.Deferred.getTestErrback(). Deleted manualTests from dijit to focus on robot tests.
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [16659]) References #8627 !strict. Add doh.Deferred.getTestErrback() method that allows robot tests to not rely on try/catch blocks.