[MERGE][IMP] Tooltip for cropped menu items

bzr revid: rim@openerp.com-20140508143154-mjftu757whd9skya
This commit is contained in:
Vidhin Mehta (OpenERP) 2014-05-08 16:31:54 +02:00 committed by Richard Mathot (OpenERP)
commit 5923c0f04f
1 changed files with 4 additions and 0 deletions

View File

@ -859,6 +859,10 @@ instance.web.Menu = instance.web.Widget.extend({
$clicked_menu.parent().addClass('active');
}
}
// add a tooltip to cropped menu items
this.$secondary_menus.find('.oe_secondary_submenu li a span').each(function() {
$(this).tooltip(this.scrollWidth > this.clientWidth ? {title: $(this).text().trim(), placement: 'auto right'} :'destroy');
});
},
/**
* Call open_menu with the first menu_item matching an action_id