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

.NET 8 MAUI.Blazor keyboard event doesn't work anymore #16730

Closed
Xyncgas opened this issue Aug 14, 2023 · 3 comments
Closed

.NET 8 MAUI.Blazor keyboard event doesn't work anymore #16730

Xyncgas opened this issue Aug 14, 2023 · 3 comments
Labels
area-blazor Blazor Hybrid / Desktop, BlazorWebView platform/windows 🪟 potential-regression This issue described a possible regression on a currently supported version., verification pending t/bug Something isn't working

Comments

@Xyncgas
Copy link

Xyncgas commented Aug 14, 2023

Description

After updating to newest Visual Studio 2022 preview, I created MAUI.Blazor project
I have one single component that has one single div I set contenteditable to true and binded @onkeydown to a function
The function isn't getting called when I press my keyboard after running the app, it was working fine in .NET 7

Steps to Reproduce

Create a component with a single div

Link to public reproduction project repository

No response

Version with bug

8.0.0-preview.7.8842

Is this a regression from previous behavior?

Yes, this used to work in .NET MAUI

Last version that worked well

7.0.92

Affected platforms

Windows

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

@Xyncgas Xyncgas added the t/bug Something isn't working label Aug 14, 2023
@Xyncgas
Copy link
Author

Xyncgas commented Aug 14, 2023

also in browser
image

@drasticactions
Copy link
Contributor

Duplicate of #16609

There is a workaround: #16609 (comment)

@drasticactions drasticactions closed this as not planned Won't fix, can't repro, duplicate, stale Aug 14, 2023
@samhouts samhouts added the potential-regression This issue described a possible regression on a currently supported version., verification pending label Sep 5, 2023
@samhouts
Copy link
Member

Duplicate of #16609

@samhouts samhouts marked this as a duplicate of #16609 Sep 19, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Oct 19, 2023
@samhouts samhouts added the area-blazor Blazor Hybrid / Desktop, BlazorWebView label Aug 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Blazor Hybrid / Desktop, BlazorWebView platform/windows 🪟 potential-regression This issue described a possible regression on a currently supported version., verification pending t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants