[cisco-voip] Chrome Support 8.6.2
Anthony Holloway
avholloway+cisco-voip at gmail.com
Thu Sep 29 23:43:31 EDT 2011
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> 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
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/cisco-voip/attachments/20110929/d05178ab/attachment.html>
More information about the cisco-voip
mailing list