Mackinnon Buck

Results 135 comments of Mackinnon Buck

Hm, I'm not able to repro this behavior. All WebView2-related child process stop when the parent process stops (no matter how I close the Windows Forms app). @Mr-Technician, could you...

I was able to narrow down the cause for this bug to the following: https://github.com/dotnet/maui/blob/6ee55222aada4476ae320dcee49818bc498dd6d7/src/BlazorWebView/src/WindowsForms/BlazorWebView.cs#L247-L261 There seem to be a couple problems here: 1. The comment implies that Blazor component...

I've added a repro project here: https://github.com/MackinnonBuck/BlazorWebViewWinFormsTabNavigationBug

I was able to reproduce this issue when wrapping a `WebView2` control in an otherwise empty `ContainerControl` and reproduce the same issue, so I've opened https://github.com/MicrosoftEdge/WebView2Feedback/issues/2835 to track this getting...

Closing since this is a bug with the `WebView2` Windows Forms control and we have a separate issue tracking that.

Hi @vdanche, that looks like the output of `dotnet new list` - could you please try `dotnet new -u` and reply with your output? Thanks.

@althepal78 It's not clear what the current issue you're facing is. If the issue is with the footer positioning, this sounds like a CSS problem. If you're experiencing some other...

Are there spaces in the full path names for your projects, @Lukespacewalker and @egvijayanand? If so, could you try a project location that does not include spaces and let us...

Thanks for the response, @Lukespacewalker. I'm not able to reproduce the issue on my end. Does the problem occur when publishing both from Visual Studio and from the command line...

@egvijayanand It looks like the issue you're experiencing was fixed by https://github.com/dotnet/sdk/pull/27213 and will be available in the RC2 release. @Lukespacewalker Thanks for the additional info. Unfortunately, the issue is...