roojs-bootstrap.js
[roojs1] / roojs-bootstrap-debug.js
index 74ffd3a..0db1a7d 100644 (file)
@@ -19916,7 +19916,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
         
         this.hoverState = 'in';
         
-        this.el.setStyle('z-index', Roo.bootstrap...zIndex++);
+        this.el.setStyle('z-index', Roo.bootstrap.Popover.zIndex++);
         if (this.modal) {
             this.maskEl.setSize(Roo.lib.Dom.getViewWidth(true),   Roo.lib.Dom.getViewHeight(true));
             this.maskEl.setStyle('z-index', Roo.bootstrap.Popover.zIndex++);
@@ -19935,7 +19935,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
         this.el.removeClass('in');
         this.el.hide();
         this.hoverState = null;
-        
+        this.maskEl.hide(); // always..
         this.fireEvent('hide', this);
     }