[TYPO3-dev] IE7 and overlib Bugfix

Stefan Geith typo3dev2007 at geithware.de
Thu Nov 29 11:27:58 CET 2007


Hi,

I found a bug in extension 'overlib' v1.1
when using IE7:

change line 258 of overlib_mini.js from

<snip>
if ((navigator.userAgent.indexOf('MSIE 5') > 0)
   ||(navigator.userAgent.indexOf('MSIE 6') > 0) {
</snip>

to

<snip>
if ((navigator.userAgent.indexOf('MSIE 5') > 0)
   ||(navigator.userAgent.indexOf('MSIE 6') > 0)
   ||(navigator.userAgent.indexOf('MSIE 7') > 0)){
</snip>

-
Stefan





P.S.:
I mailed to the Author (R. Fritz)
but got no replay :(


-- 
Stefan Geith
Geithware Softwareentwicklung und Hardware
Rosengasse 10 - D-97070 Würzburg
Tel.: 0931 / 13748 Fax: 13772
typo3dev2007 at geithware.de





More information about the TYPO3-dev mailing list