View Issue Details

IDProjectCategoryView StatusLast Update
0005570mantisbtfilterspublic2011-03-17 07:32
Reporterstratitec Assigned Tothraxisp  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.0.0a2 
Summary0005570: +/- button on Filter does not remember.
Description

Okay, in trying to keep the "View Issues" search bar collapsed (we don't need it.) We came upon a minor flaw. The javascript creates the cookie, but never recalls it, so that the search +/- is always expanded.

Here's a possible fix: In view_all_inc.php, change

-- ====================== FILTER FORM ========================= --

    filter_draw_selection_area( $f_page_number );
    # -- ====================== end of FILTER FORM ================== --

to

    # -- ====================== FILTER FORM ========================= --
    filter_draw_selection_area( $f_page_number );
    echo "<script type='text/javascript'>SetDiv('filter', g_div_filter);</script>";
    # -- ====================== end of FILTER FORM ================== --

Alternately, that script can be placed in a more appropriate place in the function hierarchy -- inside filter_draw_selection_area, perhaps.

TagsNo tags attached.

Relationships

duplicate of 0005569 closedthraxisp +/- button on Filter does not remember. 

Activities

There are no notes attached to this issue.