Reviewers: pdr, Description: Fixing a bug in DeckLayoutPanel where animating the current widget causes the current widget to disappear. This can happen if the user calls forceLayout() without setting a new widget, or if the user calls setWidget() with the currently visible widget.
Please review this at http://gwt-code-reviews.appspot.com/1354801/show Affected files: M user/src/com/google/gwt/user/client/ui/DeckLayoutPanel.java M user/test/com/google/gwt/user/client/ui/DeckLayoutPanelTest.java -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
