gwt /
gwt /
143acb719aa3daf2014b41db71383ec951b1ec9b If a PopupPanel is closed while it is being opened, the animation is cancelled according to the new (closed) state instead of the old (opened) state. As a result, the animation could be hidden twice in a row, once on cancel, and another when it is actually hidden. In ie6, this causes a JS error. The animation in the PopupPanel now has a boolean that keeps track of the old state.
Patch by: jlabanca, rajeev
Review by: rajeev
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2072 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed