qualcentric-web-solutions / jquery-watermark

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

support for Blackberry torch? #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi.

Thank you for jquery-watermark 3.1.3.

I received a report that the watermark does not disappear as expected on a 
Blackberry Torch mobile device, and so the watermark text also gets submitted 
to the form for the same input text that is entered.

Steps to reproduce:
1. jquery 1.4.4
2. jquery-watermark 3.1.3
3. add a form with an input type=text id="myInput" and input type=submit
<script type="text/javascript">
    $(document).ready(function () {
        $("#myInput").watermark("Enter your name");
    });
</script>
4. submit form using Blackberry Torch

I expected that the watermark text to disappear when the user selects the input 
textbox or starts to enter text.  But the watermark text still gets submitted 
to the form.

It works without issues on Windows 7 Ultimate x64 with Firefox 5.0 for example.

I also tried to use the Ripple emulator with Chrome to emulate submitting the 
form on the Blackberry Torch but I could not reproduce the issue.

Any ideas?

Thank you.

Original issue reported on code.google.com by rami.abughazaleh@gmail.com on 27 Jul 2011 at 8:45

GoogleCodeExporter commented 8 years ago
Unfortunately I don't have a Blackberry Torch to test with.

I would recommend that if you do have one to test with, you start by testing 
the demo page that comes in the download package.  If that page doesn't work, 
then you know there's a problem.  If it does work, then the problem is likely 
in the page markup.

Original comment by t...@speednet.biz on 20 Dec 2011 at 1:00

GoogleCodeExporter commented 8 years ago
Marking invalid, as there has been no activity on this issue for several months.

Original comment by t...@speednet.biz on 13 Aug 2012 at 3:10