RadzenHtmlEditor Auto Focus Causing Problems

Hello,
I have a dialog that in essence looks like this:

<RadzenTextBox />
<RadzenHtmlEditor />

I am opening it with a DialogService which has the parameter AutoFocusFirstElement set to true by default. The problem is, when I open the dialog, the text box is not in focus, but the HTML editor is, even though it is not the first element of the form. Is this a bug, or am I doing something wrong?

Thanks for any help!
Tomas

HI @tomasstupavsky,

I was able to replicate the problem, it will be fixed in our upcoming update later today.

Hi, thanks a lot for the quick response!
The HTML Editor still seems to be 'preffered' by the focus instead of the the text box above it, but at least now it is the first HTML Editor that get's focused :slight_smile:

Here is what I see on our demos using the latest version:
editor

Oh, okay, then the problem must be somewhere else. Thanks a lot! :slight_smile: