From 7f7ae6bcdb56d43a458f118b7b910e18c4aae447 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 5 Dec 2014 17:24:10 +0800 Subject: [PATCH] Roo/bootstrap/menu/Item.js --- Roo/bootstrap/menu/Item.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/menu/Item.js b/Roo/bootstrap/menu/Item.js index efb3a7f0c6..5ee4f226f0 100644 --- a/Roo/bootstrap/menu/Item.js +++ b/Roo/bootstrap/menu/Item.js @@ -107,8 +107,8 @@ Roo.extend(Roo.bootstrap.menu.Item, Roo.bootstrap.Component, { initEvents : function() { - this.el.on('mouseover', this.onMouseOver, this); - this.el.on('mouseout', this.onMouseOut, this); + this.el.select('a', true).first().on('mouseover', this.onMouseOver, this); + this.el.select('a', true).first().on('mouseout', this.onMouseOut, this); this.el.select('a', true).first().on('click', this.onClick, this); -- 2.39.2