Roo/bootstrap/Calendar.js
authorAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 05:29:14 +0000 (13:29 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 05:29:14 +0000 (13:29 +0800)
Roo/bootstrap/Calendar.js

index 3985172..f48f21c 100644 (file)
@@ -295,9 +295,9 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
             }
             if(t == sel){
                 cell.className += " fc-state-highlight";
-                setTimeout(function(){
-                    try{cell.firstChild.focus();}catch(e){}
-                }, 50);
+                //setTimeout(function(){
+                //    try{cell.firstChild.focus();}catch(e){}
+                //}, 50);
             }
             // disabling
             if(t < min) {