Opened 12 years ago
Closed 12 years ago
#8677 closed defect (fixed)
test form submission
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 1.3.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
As per problems like #8666 we should have tests that actually try to submit a form, and make sure the browser sends the right information to the web server.
Change History (2)
comment:1 Changed 12 years ago by
Milestone: | 1.4 → 1.3 |
---|---|
Owner: | set to Douglas Hays |
Status: | new → assigned |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [16762]) Fixes #8677. Add formAction.html form handler that makes a javascript callback without reloading the page for automated form submit testing. Added form submit tests to Form.html. Removed _valueChanged dead code.