View Issue Details

IDProjectCategoryView StatusLast Update
0014306mantisbtadministrationpublic2014-09-23 18:05
Reportersbhanoday Assigned Toatrol  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.10 
Target Version1.2.11Fixed in Version1.2.11 
Summary0014306: Tabbing is not functioning as expected
Description

On tabbing ,the cursor is directly jumping to "View status" from "Additional Information" whereas it is supposed to jump to "Upload File" and this is reproducible in the "Report Issue" page

TagsNo tags attached.

Relationships

related to 0005228 closeddregad Attaching multiple files in one go. 
related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

atrol

atrol

2012-05-29 05:34

developer   ~0031916

Last edited: 2012-05-29 05:36

dregad, this is no duplicate but a real issue.
You can't tab to the upload because we don't set tabindex for the field.
I made a short test by changing the following line which seems to work.


<input <?php echo helper_get_tab_index() ?> id="ufile[]" name="ufile[]" type="file" size="50" />

dregad

dregad

2012-05-29 06:17

developer   ~0031917

You're right, sorry - clicked the button a bit fast ;).

And I confirm that your change does fix the tabbing behavior.

atrol

atrol

2012-05-29 15:45

developer   ~0031920

The issue is a regression introduced in 1.2.10 by fix of 0005228

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036255

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master-1.2.x 8aa3defb

2012-05-29 08:31

atrol


Details Diff
Fix 0014306: Tabbing to file upload field not possible on report page Affected Issues
0014306
mod - bug_report_page.php Diff File

MantisBT: master 196596ff

2012-05-29 08:37

atrol


Details Diff
Fix 0014306: Tabbing to file upload field not possible on report page Affected Issues
0014306
mod - bug_report_page.php Diff File