0

Multiple selection across pages in a checkmarked listbox doesn't hold unless ctrl is pressed

asked 2011-06-16 05:21:19 +0800

cvarona gravatar image cvarona
554 1 6

updated 2011-06-16 05:36:33 +0800

Hi there,

this seems to be an already reported bug, although it remains unresolved and, to the best of my knowledge, unreported in the bug database.

Here it follows the code I use to reproduce it; just paste it into the online zk sandbox:

<window>
        <zscript><![CDATA[
ListModelList m = new ListModelList();
for( int i = 0; i < 100; i++ ) {
    m.add( "Bloody mary nr " + i );
}
        ]]></zscript>
	<button label="Toggle checkmark" onClick="box.checkmark = !box.checkmark"/>
	<button label="Toggle multiple" onClick="box.multiple = !box.multiple"/>
	<listbox id="box" multiple="true" model="${m}" checkmark="true" mold="paging" pageSize="10" />
</window>

Should I post it as a bug? Is there any way to circumvent this until a definitive solution is found?

Thanks a lot in advance

César Varona

delete flag offensive retag edit

1 Reply

Sort by » oldest newest

answered 2011-07-13 02:08:19 +0800

cvarona gravatar image cvarona
554 1 6

Finally fixed!

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: 2011-06-16 05:21:19 +0800

Seen: 321 times

Last updated: Jul 13 '11

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