Hi,
I encountered a problem with lostFocus event. After click on empty space on ribbon or on disbled button and then outside of the editor, lostFocus event is not triggered and editor appears as focused (cursor is still visible and blinking and if something is selected, selection is not grayed out, it can be seen on demo page: https://demos.devexpress.com/ASPNetCore/Demo/RichEdit/Overview).
Additionally, if above situation happens, clicking inside the editor does not trigger gotFocus event.
This looks like a bug in the editor.
Thank you