Index: /Users/gsilver/sakai-src/sakai/portal/portal-charon/charon/src/webapp/scripts/portalscripts.js =================================================================== --- /Users/gsilver/sakai-src/sakai/portal/portal-charon/charon/src/webapp/scripts/portalscripts.js (revision 36556) +++ /Users/gsilver/sakai-src/sakai/portal/portal-charon/charon/src/webapp/scripts/portalscripts.js (working copy) @@ -11,8 +11,9 @@ // show the dropdown $('div#selectNav').css('top',$('#linkNav').height() - 3); // adjust the vertical position $('div#selectNav').show(); - // highlight the more tab + // highlight the more tab and unfocus it $('.more-tab').addClass('more-active'); + $('.more-tab').blur(); // dim the current tab $('.selectedTab').addClass('tab-dim'); // mask the rest of the page