-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Normal
-
None
-
Affects Version/s: 6.0.0
-
Component/s: Browser Issue
-
Environment:
Tested on
IE 9
FF 8
Chrome 15
with ZK 6.0.0.FL.20111128
-
None
Example code:
<zk>
<borderlayout>
<west><image src="/images/logout.png"/></west>
<center><image src="/images/logout.png"/></center>
<east><image src="/images/logout.png"/></east>
</borderlayout>
</zk>
In IE and FF, all components are shown correctly. In Chrome, the images in the west and east components are not visible.