allow string based values for comboboxarray
[roojs1] / Roo / EventManager.js
index 959ccd0..fc718c7 100644 (file)
@@ -172,6 +172,7 @@ Roo.EventManager = function(){
         if(o.buffer){
             h = createBuffered(h, o);
         }
+        
         fn._handlers = fn._handlers || [];
         
         
@@ -524,6 +525,8 @@ Roo.onReady(function(){
 
     var cls = [
             Roo.isIE ? "roo-ie"
+            : Roo.isIE11 ? "roo-ie11"
+            : Roo.isEdge ? "roo-edge"
             : Roo.isGecko ? "roo-gecko"
             : Roo.isOpera ? "roo-opera"
             : Roo.isSafari ? "roo-safari" : ""];
@@ -667,9 +670,6 @@ Roo.EventObject = function(){
         DOWN : 40,
         /** Key constant 
         * @type Number */
-        MINUS : 45,
-        /** Key constant 
-        * @type Number */
         DELETE : 46,
         /** Key constant 
         * @type Number */