Bartosz Dziewoński has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/357323 )

Change subject: EditPage: Give edit summary field's 'tabindex' as a number
......................................................................

EditPage: Give edit summary field's 'tabindex' as a number

There's a bug in OOjs UI that causes the string value to be ignored
after the input is infused (e.g. by the mediawiki.action.edit script).

Bug: T167070
Change-Id: Ibeefc8327b462552c67459aac2c75cca9b1f4739
---
M includes/EditPage.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/23/357323/1

diff --git a/includes/EditPage.php b/includes/EditPage.php
index 20250d5..f79a286 100644
--- a/includes/EditPage.php
+++ b/includes/EditPage.php
@@ -3059,7 +3059,7 @@
                        'id' => 'wpSummary',
                        'name' => 'wpSummary',
                        'maxlength' => '200',
-                       'tabindex' => '1',
+                       'tabindex' => 1,
                        'size' => 60,
                        'spellcheck' => 'true',
                ] + Linker::tooltipAndAccesskeyAttribs( 'summary' );

-- 
To view, visit https://gerrit.wikimedia.org/r/357323
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibeefc8327b462552c67459aac2c75cca9b1f4739
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

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

Reply via email to