-
4 Jan 2013 1:47 AM #1
TabPanel update ignores TabItemConfig close
TabPanel update ignores TabItemConfig close
calling TabPanel.update(Widget,new TabItemConfig(String text,Boolean close) updates the text but not the close.
I believe the culprit to be in TabPanelBaseAppearance updateItem(XElement item, TabItemConfig config), config.isClosable() isn't used unlike the insert method.
Found in GXT 3.0.1
-
5 Jan 2013 10:14 AM #2
Thanks for the report! I have opened a bug in our bug tracker.
-
11 Jan 2013 4:48 PM #3
This has been fixed in SVN, and will be available in the next release. The fix was to modify the TabPanelBaseAppearance so that the update item method also toggled the close class name, as the insert method did.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTGWT-2734
in
3.0.4.


Reply With Quote