gwt /
gwt /
9b3d4d8ba1541331e29080af304b45b4dda7f73e Fixed an issue where the DeckPanel flickers in IE7 when switching from one widget to another because the new widget is completely visible for an instant, even though its container is set to a height of 0px. This patch starts the height at 1px instead of 0px, which corrects the problem. This patch also uses a new method to determine if the deck panel has a fixed height, which in turn determines how we do the animation. The old method wasn't 100% accurate in some common use cases, but the new method should be.
Patch by: jlabanca
Review by: ecc
Issue: 2339
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2571 8db76d5a-ed1c-0410-87a9-c151d255dfc7
3 files changed