TinyPortal

Development => Feedback => Bugs/Errors => Topic started by: Abfall on February 14, 2006, 05:21:35 AM

Title: - strangeness in upshrink images when using IE.
Post by: Abfall on February 14, 2006, 05:21:35 AM
I had this problem before the update which was addressed with the latest fixes :

- strangeness in upshrink images when using IE.


.. just posting that (on my forum) those same images still disappear if they are the first thing clicked when visiting the site.  If I click another page, and then shrink a block it all works fine, but if I shrink a block as my first order of business.. it does the strangeness deal.

Probably the last and least item to be concern'd with.. but nevertheless .. she's there ;)

Title: Re: - strangeness in upshrink images when using IE.
Post by: bloc on February 15, 2006, 12:59:25 AM
Could be a cache problem on your browser. Have you tried clearing it?
Title: Re: - strangeness in upshrink images when using IE.
Post by: feline on February 15, 2006, 09:49:45 AM
Bloc, there is a problem in this line:


echo '<a href="javascript: void(0);" onclick="toggle(\''.$block['id'].'\'); return false">


I add the return false .. works.

Fel
Title: Re: - strangeness in upshrink images when using IE.
Post by: Abfall on February 16, 2006, 12:37:07 AM
Quote from: feline on February 15, 2006, 09:49:45 AM

echo '<a href="javascript: void(0);" onclick="toggle(\''.$block['id'].'\'); return false">

I add the return false .. works.

Aye.. changed that in TPortalBlocks.template and problem gonzo.  Ty kindly.
Title: Re: - strangeness in upshrink images when using IE.
Post by: bloc on February 16, 2006, 12:59:57 AM
Quote from: feline on February 15, 2006, 09:49:45 AM
Bloc, there is a problem in this line:


echo '<a href="javascript: void(0);" onclick="toggle(\''.$block['id'].'\'); return false">


I add the return false .. works.

Fel

Thanks. :) I will add it in.