Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Focused event is triggered infinitely on editor control #26043

Closed
LastCyborg opened this issue Nov 21, 2024 · 1 comment
Closed

Focused event is triggered infinitely on editor control #26043

LastCyborg opened this issue Nov 21, 2024 · 1 comment
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

Comments

@LastCyborg
Copy link

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

@LastCyborg LastCyborg added the t/bug Something isn't working label Nov 21, 2024
@PureWeen PureWeen added platform/windows 🪟 area-controls-editor Editor s/needs-repro Attach a solution or code which reproduces the issue labels Nov 22, 2024
Copy link
Contributor

Hi @LastCyborg. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

2 participants