r62249 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62248‎ | r62249 | r62250 >
Date:15:15, 10 February 2010
Author:catrope
Status:ok
Tags:
Comment:
Revert r62022: breaks tab order on section=new edits, see also CR.
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -1565,7 +1565,7 @@
15661566 $inputAttrs = ( is_array($inputAttrs) ? $inputAttrs : array() ) + array(
15671567 'id' => 'wpSummary',
15681568 'maxlength' => '200',
1569 - 'tabindex' => '2',
 1569+ 'tabindex' => '1',
15701570 'size' => 60,
15711571 'spellcheck' => 'true',
15721572 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r62022Fix tabindex for summaryfield. The textbox area has tabindex 1 already.raymond13:43, 5 February 2010

Status & tagging log