Steps to reproduce in Blazor HTML Editor Component | Free UI Components by Radzen
- Select the image
- Click the insert link button
This causes an exception:
Unhandled exception rendering component: s.getAttribute is not a function
Steps to reproduce in Blazor HTML Editor Component | Free UI Components by Radzen
This causes an exception:
Unhandled exception rendering component: s.getAttribute is not a function
Hi @rdev,
Thanks! We will address that issue with the next release.
Is this problem solved? Using HTML Editor component and try following
Thanks
Seems to work fine here:

Yes, I see but on my application if I use link or image button an excveption is raised as described.
Found maybe a scenario that could help because I observed that sometime was working.
I added RadzenHtmlEditor in a Dialog and as soon as I open dialog and click on icon to add link or image it goes in exception if initial value is not empty. If value is not empty and I move cursor or type something it works fine. I dont know how to reproduce it on your example but for sure one time I received same exception also on example and not able to reproduce there. Hope this help...I ll do more test