[ic] UI Admin Change Needed

Kevin Walsh kevin at cursor.biz
Fri Feb 16 11:13:15 EST 2007


Steve Graham <icdev at mrlock.com> wrote:
> You may notice an error when using the Menu options in the admin UI 
> if you or your customer is using IE 7.x
> 
> file is located in /lib/UI/vars/UI_STD_HEAD
> 
> make the following simple change:
> 
> [calcn]
>          # is this browser able to grok DHTML ?
>          # (Called separately to prevent bad user value in MV_DHTML_BROWSER
>          # from crashing init...)
>          my $regex = q{__MV_DHTML_BROWSER__}
> -                                || 
> 'MSIE.*5.5|MSIE.*6|Mozilla\W*5|Mozilla.*Gecko';
> +                                || 
> 'MSIE.*5.5|MSIE.*6|MSIE.*7|Mozilla\W*5|Mozilla.*Gecko';
>          $Scratch->{ui_old_browser} = $Session->{browser} !~ /$regex/;
>          return;
> [/calcn][calcn]
> 
> (restart IC)
> 
I made a similar change to 5.5 (CVS) a while back:

    http://www.icdevgroup.org/cgi-bin/cvsweb/interchange/dist/lib/UI/vars/UI_STD_HEAD.diff?r1=2.43;r2=2.44

I should have made the same change to 5.4.  I'll do that now.  Thanks
for reporting it.

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/


More information about the interchange-users mailing list