Expand my Community achievements bar.

AEM 6.4 Multifield ondragleave event is not working.

Avatar

Level 3

In AEM 6.0 ondragleave event gets fired once we change the position of multifield items.

This thing is not workin in AEM 6.4.

Can someone please let me know we do have any other event apart from onmouseleave.

Thanks in advance.

4 Replies

Avatar

Level 10

Are you working in Touch UI or Classic UI?

Avatar

Level 3

I am working with coral3 touch UI.

Avatar

Level 10

See this Touch UI webinar - where events are covered.

Touch UI components

NOTE - this is a few years old, we will look at holding a new session on this subject.

Avatar

Level 10

Refer to Coral.DragAction:events -

Documentation | CoralUI

  1. coral-dragaction:dragstart
  2. coral-dragaction:drag
  3. coral-dragaction:dragenter
  4. coral-dragaction:dragover (multiple times)
  5. coral-dragaction:drop
  6. coral-dragaction:dragleave
  7. coral-dragaction:dragend

ondragleave was used for ext.js