Project

General

Profile

Bug #5314 » 0001-Retain-layout-height-changes-with-fade-animations.patch

Bruce Toll, 10/01/2016 04:46 AM

View differences:

src/js/WStackedWidget.js
to.style.left = '';
to.style.width = '';
to.style.top = '';
to.style.height = to.nativeHeight;
if (effects !== Fade)
to.style.height = to.nativeHeight;
to.nativeHeight = null;
if (WT.isGecko && (effects & Fade))
to.style.opacity = '1';
(2-2/3)