0

[ZK6] onSelect not working fine with invisible list items

asked 2012-05-15 07:36:57 +0800

huskerses gravatar image huskerses
24

Hi All,

I found it in ZK6, is this a issue? Maybe it relate to here

Steps to reproduce :
1. Select "test 2", Message box will be shown twice, it should be once, right?
2. Select "test 3", Message box cannot be shown.

<window>
	<listbox id="testlb" mold="select">
		<attribute name="onSelect"><![CDATA[
            alert("Select!");           
        ]]></attribute>
		<listitem label="test 1" visible="false" />
		<listitem label="test 2" />
		<listitem label="test 3" />		
	</listbox>
</window>

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2012-07-05 06:59:12 +0800

paowang gravatar image paowang
140 6

I try this code on ZK 6.0.1 and works fine.
I think this bug has been fixed on 6.0.1.

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-05-15 07:36:57 +0800

Seen: 148 times

Last updated: Jul 05 '12

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