-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Normal
-
None
-
Affects Version/s: 10.1.0
-
Component/s: Tab
-
None
-
Environment:
OpenJDK 21
Spring Boot 3.4.3
ZK Spring Boot starter 3.2.6
ZK 10.1.0-jakarta
-
None
Steps to Reproduce
- Create a tabbbox component with orient="left" or
orient="right" - Set some tabpanels to be loaded on select through the fulfill property :
fulfill="self.linkedTab.onSelect"
See this fiddle : https://zkfiddle.org/sample/21pgerq/1-Tabpanel-height-when-fulfill-on-select
Current Result
On first click, the tabpanels with fulfill property are not correctly sized (height), they got the correct height only after second selection.
Expected Result
The tabpanels are correctly sized on first load after fulfill.
Debug Information
Workaround