[ic] Opera dhtml detection issue

Steve Graham icdev at mrlock.com
Wed Jan 7 17:11:06 UTC 2009


Subject: Re: [ic] Opera dhtml detection issue

> Don wrote:
>> In the file:
>> lib/UI/vars/UI_STD_HEAD
>> 
>> my $regex = q{__MV_DHTML_BROWSER__}
>>                                 ||
>> 'MSIE.*5.5|MSIE.*[6-9]|Mozilla\W*5|Mozilla.*Gecko';
>> 
>> I believe should read:
>> 
>> my $regex = q{__MV_DHTML_BROWSER__}
>>                                 ||
>> '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 



More information about the interchange-users mailing list