ON_CHANGING event is not fired, on dropping text into a textbox

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Normal
    • None
    • Affects Version/s: 7.0.4
    • Component/s: None
    • 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>
      

            Assignee:
            Unassigned
            Reporter:
            cka
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: