pkt1583 / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

Panel collapse bug #469

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Collapse manually the panel (click "<<" button)
2. Click on the panel to uncollapse it temporary (it collapses automaticaly
(onMouseLeave ?) - I DO NOT MEAN ">>" BUTTON, anywhere else on the
collapsed pannel
3. Before Pannel collapses call method (ie. with button action)
panel.setCollapsed(!panel.isCollapsed());
A panel should uncollapse.
4. Click anywhere outside the panel, then panel collapses, but it leaves an
empty space in its place.

After that there is no way to see the right panel (there is an empty space)
unless you do it in a code.
I have tested it under IE7 and FF3.0.3

Soft:
WIN XP SP3, 
GWT 1.5.3
GWT-EXT 2.0.6
Ext 2.0.2 

Greetings,
Radoslaw Grebski

Original issue reported on code.google.com by rgreb...@gmail.com on 31 Jan 2009 at 9:52