js/foundation/view/view.js in rsence-pre-2.1.0.11 vs js/foundation/view/view.js in rsence-pre-2.1.0.12
- old
+ new
@@ -655,10 +655,10 @@
if( i < 6 && _value !== _auto ){
_value += 'px';
}
_styl(_elemId,_key,_value,true);
}
- _this._updateZIndex();
+ (this.drown === false) && _this._updateZIndex();
if ( _this._cachedLeft !== _rect.left || _this._cachedTop !== _rect.top) {
_this.invalidatePositionCache();
_this._cachedLeft = _rect.left;
_this._cachedTop = _rect.top;