pkt1583 / gwt-ext

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

Items in an AccordionLayout will not expand when clicked if another item has been explicitly collapsed (by clicking it). #518

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an AccordionLayout with a few panels in it.
2. Expand one of the panels, then collapse it by clicking the minus sign.
3. Now try and expand another panel (or the same panel).  It won't expand.

What version of the product are you using? On what operating system?
gwtext-2.0.5.

Please provide any additional information below.
This problem occurs in both Firefox and Chrome, but not in IE.  It can be 
seen in action without writing any code by going to the showcase at 
http://www.gwt-ext.com/demo/#accordionLayout and clicking the "Show 
Accordion in Window" button.  When the accordion opens up in the Window, 
try expanding an item and then collapsing it.  Now try expanding it again - 
it won't work.  

The weird thing with the accordions at the showcase url I mentioned above 
is that this problem is only exhibited when using the one in the Window but 
not when using the normal Panel one.

Original issue reported on code.google.com by mongrelu...@gmail.com on 9 Nov 2009 at 9:20