-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 8.5.0.1, 9.5.0.2
-
Component/s: Theme
-
Security Level: Jimmy
-
None
Steps to Reproduce
run with iceblue/iceblue_c
<zk> <borderlayout width="500px"> <west title=" " width="200px" collapsible="true"></west> </borderlayout> </zk>
https://zkfiddle.org/sample/18oko6q/1-borderlayout-west-with-whitspace-title
Current Result
Expected Result
Debug Information
Workaround
add a non breaking space to the title
<zk> <borderlayout width="500px"> <west title=" " width="200px" collapsible="true"></west> </borderlayout> </zk>