Fix focus of grid body, by moving focus element to start of HTML
[roojs1] / Roo / ContentPanel.js
index 3e6e795..393b03b 100644 (file)
@@ -112,6 +112,7 @@ Roo.ContentPanel = function(el, config, content){
     } else {
         // fix randome scrolling
         this.el.on('scroll', function() {
+            Roo.log('fix random scolling');
             this.scrollTo('top',0); 
         });
     }