Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, 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!

0
Votes

Here in the above image, active page number is 9 but we selected a text in page 8 so it performs a condition isClickWithinSelectionBounds in contextMenuOnBeforeOpen,and returns false,it give args.cancel= true so context menu not be open .


Here in the above image, active page number is 9  we selected a text in page 9 so it performs a condition in contextMenuOnBeforeOpen

isClickWithinSelectionBounds,and returns true,it does not allow args.cancel= true so context will be shown.