Re: Problems with Mac Users

  •  09-06-2004, 11:15 PM

    Re: Problems with Mac Users

    designserve :

     
    Sorry about that problems .
     
    The cutechat mainly support "Windows Internet Explorer 5.0" (WIE) or higher .
    The cutechat support other browsers too.
     
    Here is a bug in ChatRoom_FS.Aspx , please change
     
    string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress);
    to
    string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress,null);
     
    --------------
    Although the "Mac Internet Explorer" (MIE) is Internet Explorer , But it's different from WIE . It have another team , and another implementation , so you would see the scripting error there  . 
     
    So the cutechat should treat the MIE as "other browser" . (But we treat it as WIE currently , It's a bug..)
     
    ---------------------------------------------------------------------
     
    We have planed to finish the support for other browsers in CuteChat 2.0 , at about 15/Oct .
     
    Regards  , Terry .
View Complete Thread