Roo/bootstrap/TimeField.js
authorEdward <edward@roojs.com>
Mon, 13 Oct 2014 07:18:24 +0000 (15:18 +0800)
committerEdward <edward@roojs.com>
Mon, 13 Oct 2014 07:18:24 +0000 (15:18 +0800)
Roo/bootstrap/TimeField.js

index e96ed36..1124c0d 100644 (file)
@@ -349,7 +349,7 @@ Roo.extend(Roo.bootstrap.TimeField, Roo.bootstrap.Input,  {
             }
             
             if(c == 'left'){
-                this.picker().setLeft(this.inputEl().getLeft() - this.el.getLeft());
+                this.picker().setLeft(this.inputEl().getLeft() - this.el.getLeft() - this.picker().getWidth());
                 return;
             }
             if(c == 'right'){