X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2Fsrc%2FRoo_menu_Menu.js.html;h=08c24458e148c163f342d9a5f346edb29d1c5a52;hb=d827420c63e20182436690aa22cf3536cc5b101d;hp=08e4304fcd947aeef7d14560b115925b5c6cc03a;hpb=9e54da26b329a34abd17689714c9b417897800dd;p=roojs1 diff --git a/docs/symbols/src/Roo_menu_Menu.js.html b/docs/symbols/src/Roo_menu_Menu.js.html index 08e4304fcd..08c24458e1 100644 --- a/docs/symbols/src/Roo_menu_Menu.js.html +++ b/docs/symbols/src/Roo_menu_Menu.js.html @@ -146,7 +146,10 @@ tag: "a", cls: "x-menu-focus", href: "#", onclick: "return false;", tabIndex:"-1" }); var ul = el.createChild({tag: "ul", cls: "x-menu-list"}); - ul.on(Roo.isTouch ? 'touchstart' : 'click' , this.onClick, this); + //disabling touch- as it's causing issues .. + //ul.on(Roo.isTouch ? 'touchstart' : 'click' , this.onClick, this); + ul.on('click' , this.onClick, this); + ul.on("mouseover", this.onMouseOver, this); ul.on("mouseout", this.onMouseOut, this);