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 @@
39
39
} )
40
40
41
41
// Hide on focus
42
- .bind( 'onfocus ondrop ondragdrop', function() {
42
+ .focus( function() {
43
43
if ($input.hasClass('placeholder')) {
44
44
this.value = '';
45
45
$input.removeClass( 'placeholder' );
Follow-up revisions
Revision
Commit summary
Author
Date
r83586
(
bug 27944
) Search placeholder was inserted even when the search box was alre...
catrope
13:54, 9 March 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r80772
Port Chick to Resourceloader.
Bug 26649
hartman
21:29, 22 January 2011
Status & tagging log
23:18, 22 January 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r80777
[
removed:
new
added:
ok]