0

feedback for zk 3.6.2 fresh:

asked 2009-06-22 01:32:11 +0800

evpole gravatar image evpole
481 2

feedback for zk 3.6.2 fresh:

Problem 1 (about Listbox):
if listitem was not signed obviousely and model data is empty , the listbox will show a lot of blank rows in IE 7.0.(perfect in Firefox)
see this sample:
----------------------------------------------------------
<listbox model="@{controller.roles }" id="rolelist" >
<listhead>
<listheader label="roles list" />
</listhead>
</listbox>

<!-- cotroller.roles is emtpy here. to test it you could copy this to zkdemo directly without sign a controller class.-->
----------------------------------------------------------
this problem happens too when not use model, so there's nothing to do with the controller.

but when listitem was defined obviousely, this problem dosen't happen,see this sample:
----------------------------------------------------------
<listbox model="@{controller.roles }" id="rolelist" >
<listhead>
<listheader label="roles list" />
</listhead>
<listitem self="@{each='g' }">
<listcell label="@{g }"></listcell>
</listitem>
</listbox>

----------------------------------------------------------



Problem 2 (about Listbox):
if rows property was singed, when the data is larger than the rows defined,the vertical scrollbar doesn't appear. no matter whether you defined fixedLayout or vflex property.
------------------------------------------------------------
<listbox rows="5" model="@{controller.roles }" id="rolelist" selectedItem="@{controller.selectedrole }"
vflex="true">
<listhead>
<listheader label="roles list" />
</listhead>
<listitem self="@{each='g' }">
<listcell label="@{g }">
</listcell>
</listitem>
</listbox>
<!-- size of cotroller.roles is larger than 5 here.-->
--------------------------------------

delete flag offensive retag edit

4 Replies

Sort by ยป oldest newest

answered 2009-06-22 02:40:29 +0800

jumperchen gravatar image jumperchen
3909 2 8
http://jumperchen.blogspo... ZK Team

Could you tell me which ZK version you are using?

Thanks.
Jumper

link publish delete flag offensive edit

answered 2009-06-22 02:41:50 +0800

jumperchen gravatar image jumperchen
3909 2 8
http://jumperchen.blogspo... ZK Team

I meant what day of the ZK freshly version is.

link publish delete flag offensive edit

answered 2009-06-25 06:40:21 +0800

evpole gravatar image evpole
481 2

it's zk-bin-3.6.2-FL-2009-06-08.
sorry for missing this info,i don't know there're many freshly version.

link publish delete flag offensive edit

answered 2009-06-26 02:40:28 +0800

evpole gravatar image evpole
481 2

i've download the finally released version,thease two bugs already has been fixed in it.
but another problem comes out, fixedLayout="true" seems not work.i'll try to test it exactly.
thanks.

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: 2009-06-22 01:32:11 +0800

Seen: 565 times

Last updated: Jun 26 '09

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