View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005569 | mantisbt | filters | public | 2005-05-05 13:34 | 2005-05-31 11:33 |
| Reporter | stratitec | Assigned To | thraxisp | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.0.0a2 | ||||
| Fixed in Version | 1.0.0a3 | ||||
| Summary | 0005569: +/- 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: Change -- ====================== FILTER FORM ========================= --
to
Alternately, that script can be placed in a more appropriate place in the function hierarchy -- inside filter_draw_selection_area, perhaps. | ||||
| Tags | No tags attached. | ||||
|
Oops, double post. |
|
|
This issue is related to 0005572. I've also noticed this problem. The error is in collapse_api.php, function collapse_end() It produces Javascript with comments on a single line, this way: but browser ignores the first line with html comments. So, to make it working correctly it should be: <script type="text/JavaScript"><!-- |
|
|
Fixed in CVS. core/collapse_api.php -> 1.5 |
|