trooprr / jquery-watermark

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

Watermark doesn't work with Safari 4.0.5 on Windows #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I've just started using Watermark with jQuery 1.3.2 (I've also tested this 
on the latest jQuery) and everything works as expected on all browsers 
except for Safari 4.0.5.

When I click on one of the text fields the default value is not hidden.

I'm using the following code to trigger the Watermark for each field.

$('#newsletterSubscribeForm input[name=name]').watermark('Your Name');

To summarise, Watermark will add the default value to each field, but it 
will not hide this on focus.

Original issue reported on code.google.com by alexclar...@googlemail.com on 28 Mar 2010 at 10:34

GoogleCodeExporter commented 8 years ago
And also with Google Chrome on Ubuntu doesn't work too. Here the problem is 
Webkit 
based browser.

Original comment by facktor...@gmail.com on 2 Apr 2010 at 10:40

GoogleCodeExporter commented 8 years ago
If you're finding that Chrome or Safari are not working for your specific 
application, disable native browser support and you should be fine.

However, I will say that you may want to check the demo page (included in the 
download packet) in the browser you're testing, because all of my testing under 
both 
Safari 4.0.5 and all versions of Chrome are working great for me.

Safari is also tested in both the iPhone and iPad devices.

All supported versions of jQuery, up to and included the latest version, have 
been 
tested.

Original comment by t...@speednet.biz on 9 May 2010 at 6:59