ComboBox/FilteringSelct a11y test throws away Deferred
The "invalid value" test in autoComplete_a11y calls a function, errorTest, that is literally two tests in one. The problem is that the first test's Deferred is not returned to DOH, so if there are problems with the first test, then they are not reported.
Attachments (1)
-
11955.patch (3.2 KB) - added by haysmark 12 years ago.
-
Fixes #11955. Split errorTest into two tests so result of typing the invalid text is reported.
Download all attachments as: .zip
Change History (5)
Owner: |
set to Douglas Hays
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Component: |
Dijit →
Dijit - Form
|
Fixes #11955. Split errorTest into two tests so result of typing the invalid text is reported.