Roo/bootstrap/Form.js
authoredward <edward@roojs.com>
Wed, 29 Nov 2017 10:30:49 +0000 (18:30 +0800)
committeredward <edward@roojs.com>
Wed, 29 Nov 2017 10:30:49 +0000 (18:30 +0800)
Roo/bootstrap/Form.js

index 1f82dbe..cb800dd 100644 (file)
@@ -628,7 +628,9 @@ Roo.apply(Roo.bootstrap.Form, {
             
             scrollable.scrollTo('top', scrollTo);
             
-            var box = this.target.el.getBox(true);
+            Roo.log(this.target.el);
+            
+            var box = this.target.el.getBox();
             
             Roo.log(box);