-
Bug
-
Resolution: Fixed
-
Normal
-
8.5.0, 8.6.2
-
None
-
Security Level: Jimmy
-
None
-
ZK 8.6.3 S1
Steps to Reproduce
1. run the code
<navbar orient="vertical" width="200px" viewModel="@id('vm')@init('org.zkoss.reference.component.essential.ImageVM')"> <navitem label="Home" iconSclass="z-icon-home" /> <nav label="Get Started" iconSclass="z-icon-th-list" badgeText="3" imageContent="@init(vm.image)"> </nav> </navbar>
Current Result
Expected Result
should render in proper size upon its parent
Debug Information
- there might some rules missing:
font-size: 14px;
width: 16px;
height: 16px;
margin-right: 12px;
- 8.0.5 has no such issue
Workaround
- relates to
-
ZK-3764 Button renders a stacked font awesome icon incorrectly
- Closed