[ic] Opera dhtml detection issue

Steve Graham icdev at mrlock.com
Wed Jan 7 17:20:46 UTC 2009


>>> 'MSIE.*5.5|MSIE.*[6-9]|Mozilla\W*5|Mozilla.*Gecko|Opera.*[7-9]';
>>
>> Fixed in CVS for 5.6 and 5.7.
>>
>> Thanks for your patch, Don!
>>
>> Regards
>> Racke
>
> I also found one in the standard demo : include/checkout/initialization
>
> Steve


Should the catalog.cfg be changed also:
$Variable->{MV_DHTML_BROWSER} ||= 
'MSIE.*[5-9]\..*Windows|Mozilla.*Gecko|Opera.*[7-9]\.';

to add the test for MSIE 5.5
$Variable->{MV_DHTML_BROWSER} ||= 
'MSIE.*5.5|MSIE.*[5-9]\..*Windows|Mozilla.*Gecko|Opera.*[7-9]\.';

Steve 




More information about the interchange-users mailing list