Cannot Edit Content After Inserting A Video
Start with no content in the editor and insert a video, audio or image. When it completes, you cannot type more content or put the cursor in the edit area. This only occurs when LayoutOption or Display is Break.
<RichTextEditorAudioSettings LayoutOption="DisplayLayoutOptions.Break" />
<RichTextEditorImageSettings Display="ImageDisplay.Break" />
<RichTextEditorVideoSettings LayoutOption="DisplayLayoutOptions.Break" />
Example: https://www.loom.com/share/14389bf3452a4128bf0116b8cbfd9c05
Attached is an example you can run. Be sure to set the key in Program.cs.
Attachment: SFIssues20260226_e83e50bd.zip
Any updates?
Hi Brian Pautsch,
We have considered the reported issue "Cannot type after inserting audio or video into the RichTextEditor " as a bug from our end, and the fix for the issue will be included in our upcoming weekly patch release scheduled for the end of March 2026
Vinitha - Is this still planned for release today or tomorrow?
Hi Brian,
We see the updates to the individual components, but the Core is still 33.1.45.
This is preventing the components from getting upgraded.
NUGET UPDATE ERROR:
CURRENTLY INSTALLED:
Notice the Core doesn't have a 33.1.46 available to upgrade to.
Please advise
ISSUES!
We see the Syncfusion.Blazor.Core nuget package is out there now.
We upgraded to v33.1.46 and now BOTH "Inline" and "Break" mode cause issues. It's now worse than before.
Same issue: When we upload an image or audio or video in an empty RichTextEditor area, we can no longer edit anything. You cannot place the cursor anywhere.
Please expedite this fix.
Hi Brian,
- Clear browser cache and hard refresh
- This helps ensure that no older scripts or styles are being loaded.
- Clear NuGet cache and restore packages
- You can run:dotnet nuget locals all --cleardotnet restore
- Rebuild and run the application again.
Attachment: screencapture_(22)_af370908.zip
I found the issue:
When using the built-in "Insert Audio" or "Insert Video", I see your code adds a " " after the media. This allow the cursor to be placed in the editor.
But when we execute a command, it does not. We are executing these commands:
await _rteMessage.ExecuteCommandAsync(CommandName.Audio, new AudioCommandsArgs() { Url = value });
await _rteMessage.ExecuteCommandAsync(CommandName.Video, new VideoCommandsArgs() { Url = value });
where "value" is a URL.
Attachment: SFIssues_fixed_d582ecf3.zip
- 10 Replies
- 2 Participants
-
BP Brian Pautsch
- Feb 26, 2026 02:04 PM UTC
- Apr 9, 2026 09:57 AM UTC