Relationship Graph

Relationship Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0009009mantisbtfilterspublic2008-08-12 09:35
ReporterPatPowerMan Assigned Tojreese  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionno change required 
Product Version1.1.1 
Summary0009009: Collapsed filter is shown expanded for half a second and the collapsed again
Description

If we use the "View Issues"-Link, the filter-selection will be shown expanded for half a second. Then it change his view automatically to collapsed - as it should be.

What is the reason for such a "flickering"?
Is there any default-configuration that we could set to "collapsed"?

Additional Information

We use PHP 5.2.5
IIS6 with PHP-ISAPI
Windows 2003 R2-Server
MySQL 5.0.18

TagsNo tags attached.

Relationships

related to 0009025 closedjreese Enhance Collapse API for Extensiblity and Plugin Usage 

Activities

giallu

giallu

2008-03-26 12:03

reporter   ~0017462

What client (broweser) do you experience this in?

can you test other versions and/or other browsers?

jreese

jreese

2008-03-26 17:55

reporter   ~0017465

I've noticed this before, especially in Firefox with multiple other tabs open. It's caused by a slow javascript engine, usually a result of the browser not having enough resources or too many items open at once. Esp FF is vulnerable because it uses a monolithic threading system, so it's processing all your tabs one after the other each second, resulting in periods where JS has not yet evaluated on your new page. There's not really anything Mantis can do about it, but I have noticed it happens much less often in Firefox 3, which has a lot of performance enhancements.

PatPowerMan

PatPowerMan

2008-03-28 06:46

reporter   ~0017482

We use IE7 on XP SP2. (Tested with Firefox on XP too).
This occures since v1.1.1, in our previously productive version v1.0.0rc2 this wasn't visible.
It seems, that somesthing in the filter-showing-process has changed, because it doesn't matter if you have left Mantis with filter collapsed or expanded, Mantis will start with open filters first and apply your settings later.

Maybe it would be better to start always with collapsed filters and open/expand it only for those who need it. That would prevent the "flickering".

Hint: The same IE7 on the same XP and PC doesn't show this behaviour in this official mantis-bugtracker! Could it be, that this version has already some SVN-Changes running?

jreese

jreese

2008-03-28 08:28

reporter   ~0017483

Hmm, as far as I know, this tracker is a stock version of 1.1.1, or else the version tag at the bottom would report something like 1.1.x-SVN. Perhaps it has something to do with browser caching, eg, is it caching the javascript from mantisbt.org, but not the javascript from your local server? Needing to fetch the javascript everytime could easily be the cause.

Since I personally only use Apache, perhaps IIS is sending some headers or something that prevent your browser from caching certain objects that it should be, or something or the sort?

PatPowerMan

PatPowerMan

2008-03-28 12:52

reporter   ~0017484

I don't exclude a caching-problem on our IIS. But on the side "IIS", we have changed nothing.

We have upgraded PHP from 4.x to 5.2.5 and Mantis from 1.0.0rc2 to 1.1.1
Are there any known settings in PHP and Javascript that I could check?

jreese

jreese

2008-04-01 15:46

reporter   ~0017527

This should be resolved by issue 0009025 when I get the OK to commit it. It will of course only be fixed in 1.2.x though, as it's a feature, not a bug fix.

jreese

jreese

2008-04-01 16:18

reporter   ~0017528

See issue 0009025.