loisoft / jquery-watermark

Automatically exported from code.google.com/p/jquery-watermark
0 stars 0 forks source link

do not keep id="submit" of a button #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. if id="submit" of the submit button in the form
2.
3.

What is the expected output? What do you see instead?
every other browser will work fine...
except for msie 8(tested only in 8) will give a error (object not supported)

The full details being...
Message: Object doesn't support this property or method
Line: 459
Char: 8
Code: 0
URI: http://localhost:8080/WebApplicationSecurity/js/jquery.watermark.js

What version of the product are you using? On what operating system?
all latest as of feb 2010
jquery 1.4
watermark Version 3.0.4

Please provide any additional information below.

Original issue reported on code.google.com by prady...@gmail.com on 9 Feb 2010 at 4:12

GoogleCodeExporter commented 8 years ago
The Watermark plugin is tested in IE8 more than any other browser, so I'm 
guessing 
there is something in your page causing the problem.  Try posting a link to a 
stripped-down test page showing the error.  Be sure you are using the latest 
version, and that you are using some kind of strict doctype (not quirks mode).

Original comment by t...@speednet.biz on 11 Feb 2010 at 4:52

GoogleCodeExporter commented 8 years ago
its a error on ie8 on windows 7(as far as i tested)
ie8 version: 8.0.7600.16385

the url is here: - 
http://pradyut.dyndns.org/WebApplicationSecurity/faultwatermark.jsp

i have also attached the file...

best of luck...
Regards
Pradyut

Original comment by prady...@gmail.com on 12 Feb 2010 at 2:24

Attachments:

GoogleCodeExporter commented 8 years ago
Also with the attribute "name" of submit button is having the same problem...
name="submit"

Regards
Pradyut

Original comment by prady...@gmail.com on 12 Feb 2010 at 2:26