-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
7.0.4
-
None
Described also in http://forum.zkoss.org/question/96340/drag-and-drop-in-textbox/
If I drop a text with the mouse into a textbox, the event on_changing is not fired.
Example:
<zk> <label>text to copy</label> <textbox instant="true" onChange='alert("onChange "+self.getValue());' onChanging='alert("onChanging "+self.getValue());' onDrop='alert("onDrop "+self.getValue());' id="globalSearch" /> </zk>