View Issue Details

IDProjectCategoryView StatusLast Update
0030835mantisbtuipublic2023-02-22 19:21
Reporter00 Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version2.25.6Fixed in Version2.25.6 
Summary0030835: unreachable submit button (Update Information) on issue update when using tab key
Description

From the update form, it seems impossible to go to submit button (named "Update Information") from last field.
Instead, it goes to the vertical menu which can lead to typed note loss when my eyes are not opened enougth or my finger are to quick to figure out I'm not on submit button while hitting the Enter key...

TagsNo tags attached.

Activities

dregad

dregad

2022-08-04 10:47

developer   ~0066855

I can reproduce the problem - the tabindex attribute is missing from the button.

Looking at git history, the problem is actually much more ancient than 2.25.5... MantisBT master 1160afdb

dregad

dregad

2022-08-04 11:32

developer   ~0066856

While testing, I noticed that the tabindex is also not properly set for:

  • the Time tracking input (when the feature is enabled)
  • Attach Tags inputs (on View Issue Details and Bug Report page)
  • Snippet selection (if plugin is installed and feature active for one or more textarea fields)
dregad

dregad

2022-08-04 11:38

developer   ~0066857

Snippet selection (if plugin is installed and feature active for one or more textarea fields)

https://github.com/mantisbt-plugins/Snippets/issues/63

dregad

dregad

2022-08-04 12:45

developer   ~0066858

PR https://github.com/mantisbt/mantisbt/pull/1838

Snippets plugin issue is fixed in v2.4.1 (just released)

Related Changesets

MantisBT: master 1160afdb

2013-10-12 11:59

dregad


Details Diff
Fix HTML/CSS for Bug Update Page Affected Issues
0030835
mod - bug_update_advanced_page.php Diff File
mod - css/default.css Diff File

MantisBT: master-2.25 d443f4a8

2022-08-04 11:37

dregad


Details Diff
Fix tabindex

- Submit button on bug_update_page.php (top and bottom)
- _Time tracking_ input (when the feature is enabled)
- _Attach Tags_ inputs (on bug_report_page.php and view.php)

Fixes 0030835
Affected Issues
0030835
mod - bug_update_page.php Diff File
mod - core/print_api.php Diff File