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 @@
1566
1566
$inputAttrs = ( is_array($inputAttrs) ? $inputAttrs : array() ) + array(
1567
1567
'id' => 'wpSummary',
1568
1568
'maxlength' => '200',
1569
- 'tabindex' => '2',
1569
+ 'tabindex' => '1',
1570
1570
'size' => 60,
1571
1571
'spellcheck' => 'true',
1572
1572
);
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r62022
Fix tabindex for summaryfield. The textbox area has tabindex 1 already.
raymond
13:43, 5 February 2010
Status & tagging log
06:42, 19 February 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r62249
[
removed:
new
added:
ok]