Page 1 of 1
href button for collapse, expand doesn't work
Posted: 18 May 2010, 13:34
by pitiplatsch
Hi together,
having a problem with Mantis 1.2.0. Running on Linux with apache 2.2.12-1, libapache-php 5.2.10 and mysql 5.1.37.
When adding support for javascript in the pages the href buttons for expanding, collapsing areas (for example filters) are doubled and they doesn't work. I did not find any hint for solving the problem.
Anyone having an idea?
Thanks
Re: href button for collapse, expand doesn't work
Posted: 18 May 2010, 14:41
by atrol
Are you able to reproduce this on
http://www.mantisbt.org/bugs ?
Re: href button for collapse, expand doesn't work
Posted: 18 May 2010, 15:25
by pitiplatsch
no! it seems not to be a client problem. the wrong html code is allready send to the client, doesn' matter if IE or firefox
Re: href button for collapse, expand doesn't work
Posted: 18 May 2010, 15:42
by atrol
What about updating to 1.2.1 ?
Re: href button for collapse, expand doesn't work
Posted: 20 May 2010, 13:27
by pitiplatsch
i checked version 1.2.1, but same problem. also with old version 1.1.6. Seems to be a more general problem with php?
Re: href button for collapse, expand doesn't work
Posted: 30 Jul 2010, 12:30
by jas0n
I have the same problem. On diff machines with diff OS, on localhost and on my hosting expand/collapse doesn't work! But on mantisbt.org/bugs all seems great.
I use Mantis version 1.2.2.
Re: href button for collapse, expand doesn't work
Posted: 30 Jul 2010, 13:40
by atrol
Checking the difference of the html code generated from mantisbt.org and your server in your browser will help to find the problem.
Which PHP-version do you use?
Just to be sure that this is not browser related.
Try my fresh test installation of version 1.2.2 at
http://www.atrol.de/mantisbt-1.2.2
Re: href button for collapse, expand doesn't work
Posted: 30 Jul 2010, 16:04
by jas0n
Thanks, i'll try!
On localhost php_version - 5.3.0, my hoster use - 5.2.x (php_info is not allowed now

)
Your fresh install works fine too.
Re: href button for collapse, expand doesn't work
Posted: 30 Jul 2010, 16:16
by atrol
jas0n wrote:
On localhost php_version - 5.3.0, my hoster use - 5.2.x (php_info is not allowed now

)
5.3.0 is a very bad one, if using 5.3 you should use latest 5.3.3
My test installation is 5.2.12
Re: href button for collapse, expand doesn't work
Posted: 31 Jul 2010, 12:56
by jas0n
Thanks, atrol!
I solve my problem, custom css cause expand/collapse doesn't work.