1 Reply Latest reply on Apr 11, 2008 6:35 PM by nbelaevski

    Events orders of drap-n-drop component pairs

      hi
      I made a test program, run it many time and then proved that:

      If there is a dragListener registed to a rich:dragSupport component
      and a dropListener to a rich:dropSupport component , on a client drag operation, the dropListener will always be called first , and then the dragListener.
      So why not the implementation fire the drag event in the first place, just as the order they acts on the broswer(or we say from the user view).