Opened 9 years ago
Closed 9 years ago
#16964 closed task (fixed)
errors in test_validate.html?mode=test
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | blocker | Milestone: | 1.9 |
Component: | Dijit - Form | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
[29878] had some mistaken test code like:
doh.t(true, this.textbox.isValid(false), 'nonfocused is valid');
rather than:
doh.t(this.textbox.isValid(false), 'nonfocused is valid');
But when I fix the test code, the test starts to get failures.
Change History (11)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Besides those two lines I commented out, the test is getting a failure on IE10 (Windows 8) that I don't know how to fix.
Version 0, edited 9 years ago
by
(next)
comment:3 Changed 9 years ago by
Owner: | changed from Douglas Hays to bill |
---|---|
Status: | new → assigned |
These failures started with [30957]. _onBlur isn't firing on a DOM node native focus() call but does fire on a dijit focus() call.
comment:4 Changed 9 years ago by
Owner: | changed from bill to Douglas Hays |
---|
comment:6 Changed 9 years ago by
Milestone: | tbd → 1.9 |
---|
comment:8 Changed 9 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
After this change I'm getting failures in robot/ValidationTextBox on IE8, aren't you?
comment:10 Changed 9 years ago by
Priority: | undecided → blocker |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Note: See
TracTickets for help on using
tickets.
In [31117]: