[ic] Opera dhtml detection issue

Gert van der Spoel gert at 3edge.com
Fri Jan 9 14:58:18 UTC 2009


> -----Original Message-----
> From: interchange-users-bounces at icdevgroup.org [mailto:interchange-
> users-bounces at icdevgroup.org] On Behalf Of Steve Graham
> Sent: Wednesday, January 07, 2009 7:11 PM
> To: interchange-users at icdevgroup.org
> Subject: Re: [ic] Opera dhtml detection issue
> 
> 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

This has been updated in 5.6 & 5.7 (thanks racke :)) including updates to:
lib/UI/pages/admin/entry.html
lib/Vend/Menu.pm

which also had this check ... 

CU,

Gert





More information about the interchange-users mailing list