-
Bug
-
Resolution: Fixed
-
Major
-
Freshly, 9.5.0.3, 9.5.1.3, 9.6.0
-
Security Level: Jimmy
-
None
Steps to Reproduce
call invalidate on the currently selected tabbox-tab
https://zkfiddle.org/sample/1epksa/1-Tab-invalidate
Current Result
the tab becomes unselected
components inside become non-functional
e.g. the datebox in the example doesn't open anymore
Expected Result
preserve the tab selection after invalidate
Debug Information
Workaround
unselect and select the tab manually after invalidation
Tab selTab = tabbox.getSelectedTab(); selTab.invalidate(); selTab.setSelected(false); selTab.setSelected(true);
https://zkfiddle.org/sample/1epksa/2-Tab-invalidate-workaround#source-2