[TYPO3-dev] IE8 clickenlarge problems

"Christian Müller (Kitsunet)" christian at kitsunet.de
Tue May 19 19:06:26 CEST 2009


Dmitry Dulepov wrote:
> Hi!
> 
> Ronald Renfro wrote:
>> I am having trouble with IE8 and clickenlarge. As far as I can tell IE8
>> modifies the html code so that the javascript close  window function
>> does not work anymore and a click on the image produces an error 500.
>>
>> IE8 modifies url to read:
>> http://www.example.com/javasc#ipt:close();
>>
>> Is anyone else experiencing this problem and how can I fix it?
> 
> Does it help if you play with security level in MSIE8?
> 

It helps to change showpic so that is sends a:

X-XSS-Protection: 0

header, because that switches IE8 XSS Protection off for this page.




More information about the TYPO3-dev mailing list