#8678 closed defect (fixed)
test dojo.query() on form dijits
Reported by: | bill | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit | Version: | 1.3.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Attachments (1)
Change History (7)
comment:1 Changed 13 years ago by
Owner: | set to haysmark |
---|
Changed 13 years ago by
Attachment: | 8678.patch added |
---|
comment:3 Changed 13 years ago by
Status: | new → assigned |
---|
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 Changed 13 years ago by
(In [20297]) Form tests:
- Fix "already called" error on Form.html setup. The default test timeout is 1000ms so need to raise it for tests that take longer/
- Roll the dijit.form.Form / dojo.query() tests into Form.html; it seemed excessive to load the robot code just to test dojo.query(), and also having Form_query.html load Form.html meant that DOH was running twice, once inside each file.
Refs #8678
Note: See
TracTickets for help on using
tickets.
Fixes #8678. Test form widgets that use hidden inputs for compatibility with dojo.query.