View Issue Details

IDProjectCategoryView StatusLast Update
0017489mantisbtbugtrackerpublic2014-12-08 02:07
Reportersyncguru Assigned Todregad  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.0dev 
Target Version1.3.0-beta.1 
Summary0017489: 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.

TagsNo tags attached.

Activities

dregad

dregad

2014-07-07 08:16

developer   ~0040891

Noticed that too, but have not had time to look into it.

dregad

dregad

2014-08-07 19:40

developer   ~0041031

Pull request https://github.com/mantisbt/mantisbt/pull/237

Related Changesets

MantisBT: master 19c494a7

2014-07-26 14:24

dregad


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