View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006214 | mantisbt | filters | public | 2005-09-04 04:26 | 2009-06-23 15:29 |
| Reporter | deboutv | Assigned To | jreese | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | won't fix | ||
| Product Version | 1.0.0rc1 | ||||
| Target Version | 1.2.0rc1 | ||||
| Summary | 0006214: Filters cannot be used without DHTML support, if enabled for that site | ||||
| Description | The java filters on the "View Issues" page don't work with Konqueror browser (v3.2.3). When I click on a filter field, the current value is replaced by "Loading..." and nothing appears. | ||||
| Tags | No tags attached. | ||||
|
I'm afraid that Konquerer doesn't support the required 'xmlhttpreq' construct. (At least2 of 3 references that I find say it doesn't). I would set $g_dhtml_filters = OFF; in your environment. |
|
|
I have found this bug on the mantisbt bugtracker ( http://bugs.mantisbt.org/ ). I can't change the configuration! |
|
|
I don't see us investing time into this unless there is a contributed patch. |
|
|
Below the patch to insert after the config_*_inc.php includes: if ( isset( $_SERVER['HTTP_USER_AGENT'] ) && |
|
|
Is Konqueror still not able to support DHTML in its latest version, or can we file this under "old browser versions we'd rather not support because they aren't popular enough"? |
|
|
It works fine with new version of konqueror. |
|
|
Thanks for the report. Since new version of Konquerer work, and I would suspect that most Konq users will likely stay up to date, I don't see this as a pressing issue. Resolved as 'won't fix'. |
|