Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4.4
-
None
Description
By increasing the array before checking with 1 the code will work when user add only one tab to component...
The applied solution break the correction made for the issue WICKET-2478
I propose:
++ if (tabsVisibilityCache == null || tabsVisibilityCache.length != tabs.size())
– if (tabsVisibilityCache.length < tabIndex + 1)
–