Exception when adding a link to an image in the HtmlEditor

Steps to reproduce in Blazor HTML Editor Component | Free UI Components by Radzen

  1. Select the image
  2. Click the insert link button

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.

1 Like

Is this problem solved? Using HTML Editor component and try following

  1. Click on "Insert Image" button
  2. Exception generated: target.getAttribute is not a function
    I am using latest version (7.4.2.0)

Thanks

Seems to work fine here:

image-link

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