Roo/menu/Menu.js
authorAlan Knowles <alan@roojs.com>
Fri, 1 Apr 2016 08:28:58 +0000 (16:28 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 1 Apr 2016 08:28:58 +0000 (16:28 +0800)
Roo/menu/Menu.js

index e817537..1848cc2 100644 (file)
@@ -146,7 +146,8 @@ Roo.extend(Roo.menu.Menu, Roo.util.Observable, {
             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("mouseover", this.onMouseOver, this);
         ul.on("mouseout", this.onMouseOut, this);