r80777 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80776‎ | r80777 | r80778 >
Date:23:13, 22 January 2011
Author:hartman
Status:ok
Tags:
Comment:
Partial revert of r80772.

Did not mean to commit that potential but unconfirmed fix for bug 26135
Modified paths:
  • /trunk/phase3/resources/jquery/jquery.placeholder.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery/jquery.placeholder.js
@@ -38,7 +38,7 @@
3939 } )
4040
4141 // Hide on focus
42 - .bind( 'onfocus ondrop ondragdrop', function() {
 42+ .focus( function() {
4343 if ($input.hasClass('placeholder')) {
4444 this.value = '';
4545 $input.removeClass( 'placeholder' );

Follow-up revisions

RevisionCommit summaryAuthorDate
r83586(bug 27944) Search placeholder was inserted even when the search box was alre...catrope13:54, 9 March 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r80772Port Chick to Resourceloader. Bug 26649hartman21:29, 22 January 2011

Status & tagging log