trooprr / jquery-watermark

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

Resubmitted issue, this time with your plugin #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm assuming that the following phenomenon is a general problem.

Example to reproduce the error:
1. In Ie8, go to www.zuross.com
2. click into the newsletter fields
3. another element on the page fades when you click on the newsletter fields

Original issue reported on code.google.com by patrickr...@gmail.com on 31 Dec 2010 at 9:29

GoogleCodeExporter commented 8 years ago
Everything works fine when I visit your Web page.  No other element seems to 
change at all, apart from the watermark properly disappearing.

Perhaps you have a plugin in IE that is interfering?  If clicking into an input 
element is causing another element to fade, then you have somehow hooked the 
event handler with some other code on your page -- or else with some IE plugin.

The watermark plugin does not have any kind of fade animation anywhere in the 
code.  It only changes the value attribute of the input element.  So any fade 
effect is being done by some other code you have on the page (or plugin).

Original comment by t...@speednet.biz on 31 Dec 2010 at 9:49