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

Case #1:

While setting the Mention target to “Iframe,” the mention popup was displayed upon the mention characters.


Sample : https://stackblitz.com/edit/js-bifaby?file=index.js


Replication steps:

  1. Run the sample and type the mentionChar “#”.
  2. See the issue.

Expected: The mention popup should align properly when we set the target to “Iframe.”


Current: The mention popup does not align properly when we set the target to “Iframe.”"


Case #2:

When using the iframe along with the mention, console error occurs when typing the mention char.

Sample: https://stackblitz.com/edit/3acd8l-qdpqmz?file=src%2fApp.vue,package.json


This issue is a breaking issue from the version 24.2.6, working fine till the version 24.2.5.

Working Sample in the version 24.2.5 https://stackblitz.com/edit/3acd8l-gx9xbf?file=src%2fApp.vue,package.json


Replication Procedure:

  1. Run the sample.
  2. Focus on the mention
  3. Type @.

Expected: Popup should open to select the value

Actual: Console error occurs.