roojs-bootstrap.js
authorAlan Knowles <alan@roojs.com>
Wed, 31 Mar 2021 09:50:23 +0000 (17:50 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 31 Mar 2021 09:50:23 +0000 (17:50 +0800)
roojs-bootstrap-debug.js

roojs-bootstrap-debug.js
roojs-bootstrap.js

index 85d341f..d332e6f 100644 (file)
@@ -2698,6 +2698,7 @@ Roo.extend(Roo.bootstrap.Card, Roo.bootstrap.Component,  {
         // tall image = > 1
         //var w = he.dom.naturalWidth;
         var ww = he.width;
+        Roo.get(he).setX( 0 );
         if (hw > 1) {
             Roo.get(he).setSize( ww * (1/hw),  ww);
             Roo.get(he).setX( (ww - (ww * (1/hw)))/ 2);
index 4c55a0d..77c5f28 100644 (file)
@@ -111,7 +111,7 @@ this.el.removeClass('roo-card-rotated');this.el.removeClass('d-none');if(this.ro
 this.el.select('.roo-collapsable').removeClass('show');this.rotated=true;this.fireEvent('rotate',this,this.rotated);},dropPlaceHolder:function(A,B,C){if(this.dropEl===false){this.dropEl=Roo.DomHelper.append(this.containerEl,{cls:'d-none'},true);}this.dropEl.removeClass(['d-none','d-block']);
 if(A=='hide'){this.dropEl.addClass('d-none');return;}this.dropEl.dom.parentNode.removeChild(this.dropEl.dom);if(B.card!==true){var D=B.card.el.dom;if(B.position=='above'){D.parentNode.insertBefore(this.dropEl.dom,D);}else if(D.nextSibling){D.parentNode.insertBefore(this.dropEl.dom,D.nextSibling);
 }else{D.parentNode.append(this.dropEl.dom);}}else{this.containerEl.dom.append(this.dropEl.dom);}this.dropEl.addClass('d-block roo-card-dropzone');this.dropEl.setHeight(Roo.get(C.ddel).getHeight());},setHeaderText:function(A){this.header=A;if(this.headerContainerEl){this.headerContainerEl.dom.innerHTML=A;
-}},onHeaderImageLoad:function(ev,he){if(!this.header_image_fit_square){return;}var hw=he.naturalHeight/he.naturalWidth;var ww=he.width;if(hw>1){Roo.get(he).setSize(ww*(1/hw),ww);Roo.get(he).setX((ww-(ww*(1/hw)))/2);}}});
+}},onHeaderImageLoad:function(ev,he){if(!this.header_image_fit_square){return;}var hw=he.naturalHeight/he.naturalWidth;var ww=he.width;Roo.get(he).setX(0);if(hw>1){Roo.get(he).setSize(ww*(1/hw),ww);Roo.get(he).setX((ww-(ww*(1/hw)))/2);}}});
 // Roo/bootstrap/CardHeader.js
 Roo.bootstrap.CardHeader=function(A){Roo.bootstrap.CardHeader.superclass.constructor.call(this,A);};Roo.extend(Roo.bootstrap.CardHeader,Roo.bootstrap.Element,{container_method:'getCardHeader'});
 // Roo/bootstrap/CardFooter.js