UI > Bug (done?)

Firefox style switching / #4240

Summary

v0.08
done?
Feb 26, 2007
100%
Feb 26, 2007 / turner
Apr 25, 2007 / pixtur
1
turner
 

Attached files

No files uploaded
In Firefox, the "style" g_request_var is not assigned correctly, it is always returned NULL.
This makes it impossible to switch to List or Grouped view, though this works correctly in IE.
in the changeBlockStyle() function in misc.inc.php, the get($key) function simply does not get the value of this variable from the URL.
I solved the problem by changing the key 'style' to 'list_style' in the following places:

misc.inc.php - 138
list_tasks.inc.php line 243 to 271 changed.
list_files.inc.php lines 140-160 changed.
list_projectchanges.inc.php - lines 88-102
list_projects.inc.php - lines 200-212
list_versions.inc.php - lines 85-97

It seems that Firefox has a reserved purpose for this word, or something else is preventing it from returning correctly.

I have not yet seen any side effects from performing this modification, other than in the Documentation tab, which does not work correctly with these views on either browser.

2 Comments

pixtur

Feb 27, 2007
weird...
should be checked for v0.08

pixtur

Apr 25, 2007
Couldn't be reproduced
Please provide more information on your system.

Did anyone else encounter this issue?



 

Comment / Update