View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0030835 | mantisbt | ui | public | 2022-08-04 08:40 | 2023-02-22 19:21 |
Reporter | 00 | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 2.25.6 | Fixed in Version | 2.25.6 | ||
Summary | 0030835: 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. | ||||
Tags | No tags attached. | ||||
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 |
|
While testing, I noticed that the tabindex is also not properly set for:
|
|
|
|
PR https://github.com/mantisbt/mantisbt/pull/1838 Snippets plugin issue is fixed in v2.4.1 (just released) |
|
MantisBT: master 1160afdb 2013-10-12 11:59 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 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 |