[cisco-voip] Chrome Support 8.6.2

Ryan West rwest at zyedge.com
Fri Sep 30 09:12:53 EDT 2011


You’re right on the UDM version:

// UDMv4.6 //
///////////////////////////////////////////////////////////////////
//                                                               //
//  ULTIMATE DROP DOWN MENU Version 4.6 by Brothercake          //
//  http://www.udm4.com/                                         //
//                                                               //
//  This script may not be used or distributed without license   //
//                                                               //
///////////////////////////////////////////////////////////////////

The line you mentioned was not changed, but they did add this one:

;um.ggc=(navigator.vendor=='Google Inc.');um.k4=(um.k&&/khtml\/[4-9]/.test(um.u));if(um.ggc||um.k4){um.s=1;um.s2=1;um.s3=1;}

FWIW, it’s not in 8.6.1 either.

-ryan

From: avholloway at gmail.com [mailto:avholloway at gmail.com] On Behalf Of Anthony Holloway
Sent: Thursday, September 29, 2011 11:44 PM
To: Ryan West
Cc: cisco-voip at puck.nether.net
Subject: Re: [cisco-voip] Chrome Support 8.6.2

Cisco must have upgraded to UDM 4.6<http://www.udm4.com/blog/development_and_programming/udm-v4-6-is-available/>.

You can check this by logging into CUCM 8.6 with Chrome, pressing Ctrl+Shift+J, then under Scripts, view the udm-control.js file, and you should something like this (from CUCM 8.0(3):


// UDMv4.5 //
///////////////////////////////////////////////////////////////////

//                                                               //

//  ULTIMATE DROP DOWN MENU Version 4.5 by Brothercake          //

//  http://www.udm4.com/                                         //

//                                                               //

//  This script may not be used or distributed without license   //

//                                                               //

///////////////////////////////////////////////////////////////////


As I understand it, the fix was as simple as this:

Change this line:
um.s = navigator.vendor == 'Apple Computer, Inc.';

To this line:
um.s = /AppleWebKit/.test(navigator.userAgent);

However, since the navigator.vendor is a read only property, there wasn't much you could do about it from a client side.

This is good news for me, as the only reason I keep FF around is for Cisco UC administration.

-Anthony
On Thu, Sep 29, 2011 at 9:21 AM, Ryan West <rwest at zyedge.com<mailto:rwest at zyedge.com>> wrote:
For any chrome users out there, with 8.6.2 the menu’s are finally working.  I didn’t see anything in the release notes, but I can finally navigate in CUCM.  On first look, the javascript menu system appears to be same, so I’m not sure where the change is yet.

-ryan

_______________________________________________
cisco-voip mailing list
cisco-voip at puck.nether.net<mailto:cisco-voip at puck.nether.net>
https://puck.nether.net/mailman/listinfo/cisco-voip

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/cisco-voip/attachments/20110930/38d2dfa0/attachment.html>


More information about the cisco-voip mailing list