View Issue Details

IDProjectCategoryView StatusLast Update
0005936mantisbtfilterspublic2017-04-25 17:18
Reporterralfiii Assigned Tocproensa  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.0a3 
Summary0005936: Search resets filter if filter-panel collapsed
Description

Do the following:
) Go to "View Issues" on this mantis installation
) collapse the filter-panel
) select the "fixed issues" filter, to limit the displayed entries
) wait for the limited set to display
*) Enter "Disable" into the search-edit field and press "Apply"

The filter is resetted, you also see issues that should be excluded by the "fixed issues" filter.

TagsNo tags attached.

Relationships

related to 0020224 closedcproensa Refactor collapse API 

Activities

thraxisp

thraxisp

2005-07-14 11:47

reporter   ~0010772

The filter code uses two separate forms for the filter panel open and closed. They either need to be combined, or the closed one needs to populate the current filter using hidden values.

thraxisp

thraxisp

2005-07-14 12:37

reporter   ~0010773

This only happens the first time after logging in for me.

ralfiii

ralfiii

2005-07-15 04:42

reporter   ~0010784

Last edited: 2005-07-15 04:45

Happens every time for me.
(Tested here, on this site)

Btw: Combining the values on the 2 pages would possible fix this:
Expand panel, enter "123" into search field.
Collapse panel. Field is cleared. Enter "abc".
If you now expand again, you will get "123" in the field.

cproensa

cproensa

2017-04-16 17:42

developer   ~0056585

This is no longer an issue in current version