r55424 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55423‎ | r55424 | r55425 >
Date:19:11, 21 August 2009
Author:werdna
Status:deferred
Tags:
Comment:
Focus the textbox automatically when adding the edit form
Modified paths:
  • /trunk/extensions/LiquidThreads/lqt.js (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/lqt.js
@@ -68,6 +68,8 @@
6969 // Buffer at the top, roughly enough to see the heading and one line
7070 targetOffset -= 100;
7171 $j('html,body').animate({scrollTop: targetOffset}, 'slow');
 72+
 73+ $j(container).find('#wpTextbox1').focus();
7274 } );
7375 },
7476

Status & tagging log