Roo/grid/GridView.js
authoredward <edward@roojs.com>
Thu, 19 May 2016 04:48:30 +0000 (12:48 +0800)
committeredward <edward@roojs.com>
Thu, 19 May 2016 04:48:30 +0000 (12:48 +0800)
Roo/grid/GridView.js

index a93525d..031f7fc 100644 (file)
@@ -834,6 +834,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, {
     },
 
     handleWheel : function(e){
+        Roo.log('calling handle Wheel???????????????????');
         var d = e.getWheelDelta();
         this.scroller.dom.scrollTop -= d*22;
         // set this here to prevent jumpy scrolling on large tables