Details
Description
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>