jQuery-Watermark icon indicating copy to clipboard operation
jQuery-Watermark copied to clipboard

Added fix for using watermark inside some element with display:none

Open whut opened this issue 13 years ago • 0 comments

For example when using watermark on text input that is inside div with display:none, watermark will be shown too high, because at the moment of calculating style for watermark, input height was 0, but outerHeight was 4.

jquery.watermark.min.js should also be updated, but I don't know what minifier you use.

whut avatar Oct 21 '11 12:10 whut