From: Edward Date: Fri, 5 Dec 2014 02:49:01 +0000 (+0800) Subject: Roo/bootstrap/menu/Item.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=2cf44f2c71b5ffdb055cb6e0125d227aa00e0d29;p=roojs1 Roo/bootstrap/menu/Item.js --- diff --git a/Roo/bootstrap/menu/Item.js b/Roo/bootstrap/menu/Item.js index 71e6bd103b..1c7fd06e9d 100644 --- a/Roo/bootstrap/menu/Item.js +++ b/Roo/bootstrap/menu/Item.js @@ -80,7 +80,7 @@ Roo.extend(Roo.bootstrap.menu.Item, Roo.bootstrap.Component, { Roo.log(this.el); this.el.on('mouseover', this.onMouseOver, this); this.el.on('mouseout', this.onMouseOut, this); - this.el.on('click', this.onClick, this); + this.el.select('a', true).first().on('click', this.onClick, this); },