Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8aa3def

Browse files
committedMay 29, 2012
Fix #14306: Tabbing to file upload field not possible on report page
1 parent 5588f9d commit 8aa3def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bug_report_page.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
// Display multiple file upload fields
497497
for( $i = 0; $i < $t_file_upload_max_num; $i++ ) {
498498
?>
499-
<input id="ufile[]" name="ufile[]" type="file" size="50" />
499+
<input <?php echo helper_get_tab_index() ?> id="ufile[]" name="ufile[]" type="file" size="50" />
500500
<?php
501501
if( $t_file_upload_max_num > 1 ) {
502502
echo '<br />';

0 commit comments

Comments
 (0)
Please sign in to comment.