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?
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
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?
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> |
- 3 Replies
- 2 Participants
-
SM Stelios Malakoudis
- Aug 23, 2024 08:37 AM UTC
- Aug 29, 2024 11:19 AM UTC