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 can be replicated in this example: https://stackblitz.com/edit/sjowbh

The example uses the selectionChanged event to modify the user handle (right element should have a user handle and left element should not).

Replication steps:

  1. Select the right element. (--> User handle is shown which is correct)
  2. Select the left 
    element. 
    (--> User handle is incorrectly shown)
  3. When left element is resized, the user handle disappears. (--> leading to the desired state)
The issue seems some kind of a refresh problem.

Also the attached video demonstrates the issue.