Opened 11 years ago
Closed 11 years ago
#11655 closed defect (fixed)
ValidationState test not working on IE6
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dijit | Version: | 1.5 |
Keywords: | Cc: | Katie Vance | |
Blocked By: | Blocking: |
Description
It clicks twice on the DateTextBox trying to close the drop down, but the second click merely selects "2010" without closing the drop down.
Change History (4)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Also, if this test supercedes dijit/tests/form/FormInvalid.html
then that file should be removed.
comment:3 Changed 11 years ago by
PS: FormInvalid?.html is used by robot/Form.html, but it seems (at first glance) that it's testing the same sort of thing as ValidationState, in which case they should be combined.
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [22785]) Fixes #11655. Removed duplicate FormInvalid?.html test. Changed ValidationState? robot test to move the mouse more quickly and to wiggle the mouse between consecutive clicks to avoid double click events on machines with liberal double click interval times.
(In [22779]) Fix missing semicolons, refs #11655