href button for collapse, expand doesn't work

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
pitiplatsch
Posts: 3
Joined: 18 May 2010, 12:42

href button for collapse, expand doesn't work

Post 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
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: href button for collapse, expand doesn't work

Post by atrol »

Are you able to reproduce this on http://www.mantisbt.org/bugs ?
Please use Search before posting and read the Manual
pitiplatsch
Posts: 3
Joined: 18 May 2010, 12:42

Re: href button for collapse, expand doesn't work

Post 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
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: href button for collapse, expand doesn't work

Post by atrol »

What about updating to 1.2.1 ?
Please use Search before posting and read the Manual
pitiplatsch
Posts: 3
Joined: 18 May 2010, 12:42

Re: href button for collapse, expand doesn't work

Post 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?
jas0n
Posts: 6
Joined: 30 Jul 2010, 12:15

Re: href button for collapse, expand doesn't work

Post 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.
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: href button for collapse, expand doesn't work

Post 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
Please use Search before posting and read the Manual
jas0n
Posts: 6
Joined: 30 Jul 2010, 12:15

Re: href button for collapse, expand doesn't work

Post 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 :roll: )
Your fresh install works fine too.
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: href button for collapse, expand doesn't work

Post by atrol »

jas0n wrote: On localhost php_version - 5.3.0, my hoster use - 5.2.x (php_info is not allowed now :roll: )
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
Please use Search before posting and read the Manual
jas0n
Posts: 6
Joined: 30 Jul 2010, 12:15

Re: href button for collapse, expand doesn't work

Post by jas0n »

Thanks, atrol!
I solve my problem, custom css cause expand/collapse doesn't work.
Post Reply