Cisco must have upgraded to <a href="http://www.udm4.com/blog/development_and_programming/udm-v4-6-is-available/">UDM 4.6</a>.<br><br>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):<div>
<br></div><div><span class="Apple-style-span" style="font-family: Consolas, 'Lucida Console', monospace; font-size: 12px; line-height: 14px; white-space: pre; -webkit-text-size-adjust: none; background-color: rgb(255, 255, 255); "><div class="webkit-line-content" style="box-sizing: border-box; padding-left: 2px; ">
<span class="webkit-javascript-comment" style="box-sizing: border-box; color: rgb(0, 116, 0); ">// UDMv4.5 //</span></div><div class="webkit-line-content" style="box-sizing: border-box; padding-left: 2px; "><span class="webkit-javascript-comment" style="box-sizing: border-box; color: rgb(0, 116, 0); ">///////////////////////////////////////////////////////////////////</span></div>
<div class="webkit-line-content" style="box-sizing: border-box; padding-left: 2px; "><span class="webkit-javascript-comment" style="box-sizing: border-box; color: rgb(0, 116, 0); ">//                                                               //</span></div>
<div class="webkit-line-content" style="box-sizing: border-box; padding-left: 2px; "><span class="webkit-javascript-comment" style="box-sizing: border-box; color: rgb(0, 116, 0); ">//  ULTIMATE DROP DOWN MENU Version 4.5 by Brothercake          //</span></div>
<div class="webkit-line-content" style="box-sizing: border-box; padding-left: 2px; "><span class="webkit-javascript-comment" style="box-sizing: border-box; color: rgb(0, 116, 0); ">//  <a href="http://www.udm4.com/">http://www.udm4.com/</a>                                         //</span></div>
<div class="webkit-line-content" style="box-sizing: border-box; padding-left: 2px; "><span class="webkit-javascript-comment" style="box-sizing: border-box; color: rgb(0, 116, 0); ">//                                                               //</span></div>
<div class="webkit-line-content" style="box-sizing: border-box; padding-left: 2px; "><span class="webkit-javascript-comment" style="box-sizing: border-box; color: rgb(0, 116, 0); ">//  This script may not be used or distributed without license   //</span></div>
<div class="webkit-line-content" style="box-sizing: border-box; padding-left: 2px; "><span class="webkit-javascript-comment" style="box-sizing: border-box; color: rgb(0, 116, 0); ">//                                                               //</span></div>
<div class="webkit-line-content" style="box-sizing: border-box; padding-left: 2px; "><span class="webkit-javascript-comment" style="box-sizing: border-box; color: rgb(0, 116, 0); ">///////////////////////////////////////////////////////////////////</span></div>
</span><div><br></div><div>As I understand it, the fix was as simple as this:</div><div><br></div></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div>Change this line:</div>
</div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div>um.s = navigator.vendor == 'Apple Computer, Inc.';</div></blockquote><div><br></div><div>To this line:</div>
<blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div>um.s = /AppleWebKit/.test(navigator.userAgent);</div></blockquote></blockquote><div><br></div><div>However, since the navigator.vendor is a read only property, there wasn't much you could do about it from a client side.</div>
<div><br></div><div>This is good news for me, as the only reason I keep FF around is for Cisco UC administration.</div><div><br>-Anthony<br><br><div class="gmail_quote">On Thu, Sep 29, 2011 at 9:21 AM, Ryan West <span dir="ltr"><<a href="mailto:rwest@zyedge.com">rwest@zyedge.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">





<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal">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.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p><font color="#888888">
<p class="MsoNormal">-ryan<u></u><u></u></p>
</font></div>
</div>

<br>_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
<br></blockquote></div><br></div>