manhcodedao / jquery-watermark

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

I can edit placeholder text #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use fiddler Modem speeds feature
2. Set cursor in input field during loading page
3. I can edit placeholder text

What is the expected output? What do you see instead?
Placeholder text will be hidden

What version of the product are you using? On what operating system?
Version: 3.1.4
IE8

Please provide any additional information below.
Line 479
if (!$input.is(":focus")) {
 $.watermark._show($input);
}

Original issue reported on code.google.com by alex1ki...@gmail.com on 11 Jan 2013 at 8:57

GoogleCodeExporter commented 8 years ago
That fix would not work, because it would cause other problems.

If you have especially slow-loading pages, then do not show the watermarks 
until after the page has loaded.

Original comment by t...@speednet.biz on 11 Jan 2013 at 12:29