0

Textbox Bug?

asked 2008-10-02 13:01:00 +0800

christhornley gravatar image christhornley
78 1

Using 3.5.0, a textbox of 1 row throws onChanging event but a textbox of multiple rows does not.
Is this a bug?

<window 
    border="normal"
    width="750px" height="600px">
 <vbox>
  <textbox rows="8" width="100px" height="100px" value="textbox1"
           onChanging="lab.value=event.value"  />
  <textbox width="100px" height="100px" value="textbox2"
           onChanging="lab.value=event.value"  />
  <label id="lab" value="label"/>
 </vbox>
</window>

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2008-10-02 14:22:05 +0800

robertlee gravatar image robertlee
561

Hi christhornley,

I believe you have found a bug, I tried your code and it shouldn't be different.

Can you post it to zk bugs list?

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: 2008-10-02 13:01:00 +0800

Seen: 115 times

Last updated: Oct 02 '08

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