View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0036265 | mantisbt | feature | public | 2025-08-18 03:37 | 2025-08-29 14:02 |
Reporter | Mantis4Ever | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | reopened | ||
Product Version | 2.27.1 | ||||
Target Version | 2.27.2 | ||||
Summary | 0036265: Search with collapsed filter section expands it | ||||
Description | Hello, I post here besause It seems there is a regression on the field "reseach" since 2.27.1 (I came from 2.24) | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Sorry, but I was not able to reproduce the problem on this tracker, following indications from your screenshot. Can you ? If not, then it's maybe caused by something specific to your installation, maybe a plugin or custom code. |
|
I tried to reproduce the problem, but I couldn't. |
|
Thanks for the feedback. Maybe a caching issue... Anyway good to hear it's resolved. |
|
@dregad As I was being curious, I tested this here and noticed something. I made a video. UPDATE: i can not reproduce while being logged in. I made the gif while "anonymous" here |
|
@diedie2 indeed I get the same behavior as anonymous you describe. I'm not sure it's the same issue than the one that @Mantis4Ever reported, but it could be. Anyway it looks like a bug in the javascript. I'll reopen the issue. |
|
When a section is collapsed, a cookie is used to temporarily store the collapsed status; this data is then persisted in a Token, but only for logged in users (not for Anonymous). So when View Issues Page is displayed after applying the filter, the section's collapsed state is reset to its default value, causing the bad behavior. While not a regression introduced by 0035645 (the problem was present before, as described by @Mantis4Ever), the change made things worse as the filters widgets were sometimes displayed on the expanded section. |
|
@Mantis4Ever @diedie2 testing and feedback would be appreciated. |
|
I think you made a Monday-morning mistake somewhere :-) |
|
I would not even have the Monday morning excuse as I did that Thursday last week ;-) That being said, it works for me... Can you please check if you have
If yes, please check and report the values. |
|
I cleared all cookies releated to mantisbt.org and did a reload with ctrl+F5. This is what I have after retest (wich still gives the same). Is this any of help? |
|
Maybe - the screenshot says domain To test, it is necessary to install the code from the PR in a local MantisBT instance, or to apply the patch manually. |
|
my instance doesn't have acces for anonymous, sorry. |
|
i will try to download the 2.27.1 version + the update but i dont use Github. |
|
No need for Github. You can just download a ZIP including the patch from |
|