Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Issue is shown by this demo: https://stackblitz.com/edit/wqbm8k

In the demo, there is a box and swimlane, and the box should have a user handle and the swimlane not. Functionality is implemented using the selectionChange event which toggles the user handle visibility.

Replication steps:

  1. Select the box. (user handle appears next to the box which is correct)
  2. Drag the box over the swimlane.
  3. --> User handle moves next to the swimlane
    which 
    is incorrect.
During the drag, I understand that the swimlane doesn't get selected, so the user handle doesn't belong there. Also the visibility toggling should prevent user handle from appearing in the swimlane.

Also the attached video shows the issue.