View Issue Details

IDProjectCategoryView StatusLast Update
0006214mantisbtfilterspublic2009-06-23 15:29
Reporterdeboutv Assigned Tojreese  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionwon't fix 
Product Version1.0.0rc1 
Target Version1.2.0rc1 
Summary0006214: 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.
So it is impossible to filter the bugs in the View Issues page with Konqueror.

TagsNo tags attached.

Activities

thraxisp

thraxisp

2005-09-04 17:11

reporter   ~0011342

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.

deboutv

deboutv

2005-09-05 02:42

reporter   ~0011343

I have found this bug on the mantisbt bugtracker ( http://bugs.mantisbt.org/ ). I can't change the configuration!
Mantis should probably check the browser and $g_dhtml_filters before using DHTML filters.

vboctor

vboctor

2007-07-08 19:26

manager   ~0014901

I don't see us investing time into this unless there is a contributed patch.

deboutv

deboutv

2007-07-12 13:35

reporter   ~0014947

Last edited: 2007-07-12 13:36

Below the patch to insert after the config_*_inc.php includes:

if ( isset( $_SERVER['HTTP_USER_AGENT'] ) &&
eregi( 'konqueror', $_SERVER['HTTP_USER_AGENT'] ) ) {
global $g_dhtml_filters;

$g_dhtml_filters = OFF;

}

jreese

jreese

2008-11-14 13:35

reporter   ~0019895

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"?

deboutv

deboutv

2008-11-14 13:56

reporter   ~0019898

It works fine with new version of konqueror.

jreese

jreese

2008-11-14 14:46

reporter   ~0019900

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'.