Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2621

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal 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>
      

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

              Created:
              Updated: