0

Grid in grid's detail with Sapphire theme text color (possible bug?)

asked 2012-01-31 15:23:46 +0800

Neus gravatar image Neus
1415 14

Hi,

Using sapphire theme in ZK 6 when there's a grid in a detail the text color of the labels inside the detail's grid appears in white and it's completly unreadable.

Try this example:

ZKFiddle-Link

index.zul
<grid fixedLayout="true">
<columns>
<column width="40px" />
<column sort="auto" />
<column width="100px" label="Price" sort="auto" />
<column label="Item location" sort="auto" />
</columns>
<rows>
<row>
<detail open="false">
<grid>
<columns>
<column>
Col1
</column>
</columns>
<rows>
<row>Hola</row>
<row>Hola</row>
<row>Hola</row><row>Hola</row>
<row>Hola</row>
<row>Hola</row>
</rows>
</grid>
</detail>
<label value="Apple 20-inch Aluminum Cinema Display M9177/A" />
<label style="color:green;float:right;" value="US $202.50" />
<label value="Tulsa, OK, United States" />
</row>
</rows>
</grid>

Remember to choose Sapphire theme

Must I post it to bugs?

Thank you!

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2012-02-01 01:17:34 +0800

henrichen gravatar image henrichen
3869 2
ZK Team

Yes. I have confirmed the case. Would you help post it to ZK Bug tracker? Thanks.

http://tracker.zkoss.org/browse/ZK

//have to login with forum account/password

link publish delete flag offensive edit

answered 2012-02-01 07:50:53 +0800

Neus gravatar image Neus
1415 14

updated 2012-02-01 07:52:12 +0800

Posted!

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2012-01-31 15:23:46 +0800

Seen: 123 times

Last updated: Feb 01 '12

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More