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 Description:

When we collapse the right pane, the expanded event has triggered instead of collapse event and while expanding, the collapse event triggered instead of expand event. Need to resolve this issue.

 

Issue reproducing sample: https://stackblitz.com/edit/jwvtz2?file=index.html,index.ts

 

Replication Procedure:

  • Run the sample
  • collapse the right pane.(expand event will trigger)
  • expand the pane again(collapse event will trigger)

 

Current Behavior:

Expand and collapsed event are not triggered properly in Splitter


Expected Behavior:

Expand and collapsed event should trigger properly in Splitter