r77396 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r77395
|
r77396
|
r77397
>
Date:
17:00, 28 November 2010
Author:
yaron
Status:
deferred
Tags:
Comment:
Added "tabindex" parameter to combobox HTML
Modified paths:
/trunk/extensions/SemanticForms/includes/SF_FormInputs.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticForms/includes/SF_FormInputs.php
—
—
@@ -450,7 +450,7 @@
451
451
452
452
$text =<<<END
453
453
<div class="ui-widget">
454
- <select id="input_$sfgFieldNum" name="$input_name">
454
+ <select id="input_$sfgFieldNum" name="$input_name" tabindex="$sfgTabIndex">
455
455
<option value="$cur_value"></option>
456
456
457
457
END;
Status & tagging log
17:37, 28 November 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r77396
[
removed:
new
added:
deferred]