View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017489 | mantisbt | bugtracker | public | 2014-07-06 20:15 | 2014-12-08 02:07 |
Reporter | syncguru | Assigned To | dregad | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.3.0dev | ||||
Target Version | 1.3.0-beta.1 | ||||
Summary | 0017489: Switching project requires a click on Switch button | ||||
Description | On 1.2.x once a project is selected from the combo box at the top right corner, the page is refreshed. On 1.3.x it appeared to have regressed into an inconvenience behavior that you have to click switch button after selecting the project from the combo box. | ||||
Tags | No tags attached. | ||||
Noticed that too, but have not had time to look into it. |
|
Pull request https://github.com/mantisbt/mantisbt/pull/237 |
|
MantisBT: master 19c494a7 2014-07-26 14:24 Details Diff |
Restore project selector's auto-switch behavior The regression was caused by adding a div around the project selector form (commit f28225acbe28cd04b3a94a3793dba4d969aeac7f) with the same id as the child fieldset, so the jQuery selector in common.js could no longer find the select or the button. Assigning a different id to the div resolves the problem. Fixes 0017489 |
Affected Issues 0017489 |
|
mod - core/html_api.php | Diff File |