Open Closed

RichTextEdit component cursor periodically jumps back to the beginning of the text #4223


User avatar
0
csykes created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v6.0.0-rc3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue: Implement the Blazorise RichTextEdit as seen in the basic example in a modal.

I've implemented the Blazorise RichTextEdit within a modal in our Blazor server app, but when typing at normal speeds, the cursor jumps back to the beginning of the text. I noticed that this doesn't happen when typing extremely slowly.

A workaround that is working is removing the RichTextEditor from the modal, and putting it on a new page.


1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Seems it's a problem with Blazorise, you can open an issue on the Blazorise repo: https://github.com/Megabit/Blazorise/issues

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11