Relationship Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0037374 | mantisbt | filters | public | 2026-09-08 05:01 | 2026-09-08 08:57 |
| Reporter | BGASNIER | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | confirmed | Resolution | open | ||
| Product Version | 2.26.0 | ||||
| Summary | 0037374: Project selection list search does not work with special characters | ||||
| Description | When trying to find a project using the search bar, nothing appears when entering certain special characters like However, special characters like _ & work correctly. Can you explain why only certain characters are allowed?` Original report (in French):Lorsque l'on souhaite se positionner sur un projet via la barre de recherche, il ne remonte rien lorsque l'on saisie certains caractères spéciaux comme {}()-.,* Pouvez-vous m'expliquer la raison qui fait que seulement certains caractères sont autorisés ? | ||||
| Steps To Reproduce | Have 10 projects or more, having special characters in their name. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
Hello, Foreign languages are not acceptable on this bug tracker. The problem you described is caused by a known bug in the list.js library that we rely on to implement the search functionality in the project selector. There's even a fix available for it. Unfortunately, we are already using the latest available release (2.3.1); the author has been inactive for years, and is not responding to messages. I am not aware of a well-maintained forks and don't have time to look for and implement an alternative library. The only option would be to manually patch the library. We've done this in the past (see 0030494) but the problem with this approach is that the fix would not be available for instances using CDN ($g_cdn_enabled = ON). |
|
|
Hello, |
|
|
OK thanks for the feedback. I'll leave this Issue open, as hopefully someday list.js will have an updated version that fixes this bug. |
|
related to
child of
duplicate of