Skip to content

Commit 196596f

Browse files
committedMay 29, 2012
Fix #14306: Tabbing to file upload field not possible on report page
1 parent 3cc3898 commit 196596f

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
@@ -552,7 +552,7 @@
552552
// Display multiple file upload fields
553553
for( $i = 0; $i < $t_file_upload_max_num; $i++ ) {
554554
?>
555-
<input id="ufile[]" name="ufile[]" type="file" size="60" />
555+
<input <?php echo helper_get_tab_index() ?> id="ufile[]" name="ufile[]" type="file" size="60" />
556556
<?php
557557
if( $t_file_upload_max_num > 1 ) {
558558
echo '<br />';

0 commit comments

Comments
 (0)
Please sign in to comment.