Ticket #2844 (closed defect: fixed)
Formbind bug in IE6: html input field named action
| Reported by: | guest | Owned by: | jaredj |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | IO | Version: | 0.4.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi there, I hope, this hasn't been reported before:
Formbind has a problem with form elements having an ID or name called "action", e.g.
<input type="hidden" id="action" name="action" value="acquire_post">
Submitting this form via Formbind works fine with Firefox but does not on IE6. After onSubmit returns true, I receive the output below. I couldn't believe it myself, but renaming that field to my_action solved the problem.
Debug Output: [TypeError: Object doesn't support this property or method] when calling submit$joinpoint$method on [object Object] with arguments [object Object] FATAL exception raised: Object doesn't support this property or method"
Thanks! Dirk