https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102027

Revision: 102027
Author:   mah
Date:     2011-11-04 18:47:14 +0000 (Fri, 04 Nov 2011)
Log Message:
-----------
Apply for Bug #31694 -- "During installation, tabbing order (cursor focus) goes 
to logo instead of 'continue'"
Patch From: Grunny

Modified Paths:
--------------
    trunk/phase3/CREDITS
    trunk/phase3/includes/installer/WebInstallerPage.php

Modified: trunk/phase3/CREDITS
===================================================================
--- trunk/phase3/CREDITS        2011-11-04 18:39:30 UTC (rev 102026)
+++ trunk/phase3/CREDITS        2011-11-04 18:47:14 UTC (rev 102027)
@@ -100,6 +100,7 @@
 * Erwin Dokter
 * FunPika
 * Gero Scholz
+* Grunny
 * Harry Burt
 * Ireas
 * Jaska Zedlik

Modified: trunk/phase3/includes/installer/WebInstallerPage.php
===================================================================
--- trunk/phase3/includes/installer/WebInstallerPage.php        2011-11-04 
18:39:30 UTC (rev 102026)
+++ trunk/phase3/includes/installer/WebInstallerPage.php        2011-11-04 
18:47:14 UTC (rev 102027)
@@ -223,7 +223,7 @@
 
                $s = $helpHtml;
 
-               $s .= Html::openElement( 'select', array( 'id' => $name, 'name' 
=> $name ) ) . "\n";
+               $s .= Html::openElement( 'select', array( 'id' => $name, 'name' 
=> $name, 'tabindex' => $this->parent->nextTabIndex() ) ) . "\n";
 
                $languages = Language::getLanguageNames();
                ksort( $languages );


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to