Closed GoogleCodeExporter closed 9 years ago
I just found that this issue occurs with the binding of form.submit = (function
(f, $f) { if the submit button on your form has the name of "submit". Simply
changing the name of your submit button to something different fixes this, but
this is really just a hack. We use a form building class in our development
that by default puts submit buttons with the name of submit. This breaks the
code in IE with the error given above.
Original comment by tmis...@gmail.com
on 15 Jan 2011 at 12:59
This is an IE bug, not a problem with the watermark plugin. Your form building
class should be fixed to avoid the name "submit".
Here's an example of the bug report:
http://stackoverflow.com/questions/3571328/form-submit-button-will-not-submit-wh
en-name-of-button-is-submit
Original comment by t...@speednet.biz
on 15 Jan 2011 at 3:48
Oh man, I'm glad I found this. I had narrowed it down to when I had my submit
input in the form, I was getting a script error in IE and when I removed it,
the error was gone. I was starting to lose my mind.... F*$@ IE.
Original comment by bjank...@gmail.com
on 13 Jun 2011 at 2:31
Original issue reported on code.google.com by
sidney1986@gmail.com
on 14 Jan 2011 at 10:09