Focused event is triggered infinitely on editor control #26043
Labels
area-controls-editor
Editor
platform/windows 🪟
s/needs-repro
Attach a solution or code which reproduces the issue
t/bug
Something isn't working
Description
The event 'focused' is triggered infinitely
Steps to Reproduce
1.- Create a File > New .NET MAUI App
2.- Add an 'Editor' control with his 'Focused' event handler like '
<Editor Focused="Editor_Focused"/>
'3.- On the code behind, place a breakpoint on the 'Editor_Focused' event
4.- Run the code
5.- Click or tap on the Editor control
6.- Observe how the event is triggered infinitely
Link to public reproduction project repository
No response
Version with bug
8.0.82 SR8.2
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: