[TYPO3-english] ext: POWERMAIL & Date2Cal IE8 display nothing

Stefan Galinski sgalinski at df.eu
Tue Oct 28 11:46:55 CET 2008


Marc Heckmann wrote:
> Hello,
> On IE8 POWERMAIL with date field doesn't display anything - coming from
> Date2Cal but why ?
> 
> On Firefox 3 its OK .
> 
> Have you idea from where the error is ?

Hi Marc,

IMHO the latest available beta of IE8 is more errorprone than each version before (includes IE6), but the issue shouldn't be browser dependent.  Please apply this fix:

FILE: class.jscalendar.php
LINE: ~106

if (TYPO3_MODE=="BE") {
        $userProps = t3lib_BEfunc::getModTSconfig($this->pageinfo['uid'], 'tx_date2cal');
                        if (!is_array($userProps))
                                $extConfig = array_merge($extConfig, $userProps['properties']);
}

--
Stefan Galinski


More information about the TYPO3-english mailing list