Index: resources/jquery/jquery.placeholder.js =================================================================== --- resources/jquery/jquery.placeholder.js (revision 77503) +++ resources/jquery/jquery.placeholder.js (working copy) @@ -38,7 +38,7 @@ } ) // Hide on focus - .focus( function() { + .bind( 'onfocus ondrop ondragdrop', function() { if ($input.hasClass('placeholder')) { this.value = ''; $input.removeClass( 'placeholder' ); @@ -58,4 +58,4 @@ }); }); -}; \ No newline at end of file +};