Problem with multiple RTEs in the same page

I my app, i need to have multiple Rtes, each one for every language (culture).

Trying to add text or make changes  to text, produce js errors making the controls to be unresponsive.
While i'm typing, when a press spacebar i get the following


  Message=

  Source=

  StackTrace:

  at e.onKeyDown (https://cdn.syncfusion.com/blazor/26.2.4/syncfusion-blazor.min.js:30:861330)

    at e.blazorCallback (https://cdn.syncfusion.com/blazor/26.2.4/syncfusion-blazor.min.js:1:36076)

    at e.notify (https://cdn.syncfusion.com/blazor/26.2.4/syncfusion-blazor.min.js:1:35822)

    at e.keyDown (https://cdn.syncfusion.com/blazor/26.2.4/syncfusion-blazor.min.js:30:1093952)

    at e.keyPressHandler (https://cdn.syncfusion.com/blazor/26.2.4/syncfusion-blazor.min.js:30:904161)


Any help on this?


3 Replies

SS Selvakumar Subramani Syncfusion Team August 28, 2024 03:21 AM UTC

Hi Stelios Malakoudis,


We have reviewed your reported issue and identified it as a bug. We are pleased to inform you that the fix for the "Console error thrown after pressing the space key inside the Rich Text Editor" has been included in our latest weekly patch release, version 26.2.11. Please upgrade to this version to resolve the issue.

Regrads
Selvakumar S



SM Stelios Malakoudis August 28, 2024 10:47 AM UTC

Thank you for your reply!

I updated the controls, but I'm still getting an error of type:

Uncaught TypeError: g.startContainer.getBoundingClientRect is not a function

    at e.onKeyDown (syncfusion-blazor.min.js:30:861330)

    at e.blazorCallback (syncfusion-blazor.min.js:1:36076)

    at e.notify (syncfusion-blazor.min.js:1:35822)

    at e.keyDown (syncfusion-blazor.min.js:30:1093952)

    at e.keyPressHandler (syncfusion-blazor.min.js:30:904161)

i'm loading the js file from the cdn

<script src="https://cdn.syncfusion.com/blazor/26.2.4/syncfusion-blazor.min.js" type="text/javascript"></script>

do I need to load a newer version?



SS Selvakumar Subramani Syncfusion Team August 29, 2024 11:19 AM UTC

Hi Stelios Malakoudis,

To resolve the issue, it is necessary to upgrade the script version, as the issue has been addressed at the script level. Please update to the latest CDN version by using the following script:

<script src="https://cdn.syncfusion.com/blazor/26.2.11/syncfusion-blazor.min.js" type="text/javascript"></script>

Loader.
Up arrow icon