masastack / MASA.Blazor

Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.
https://docs.masastack.com/blazor/getting-started/installation
MIT License
1.12k stars 151 forks source link

[Bug Report]: MSortable在BlazorWebView中无法通过鼠标拖动 #1895

Open zjgg888 opened 3 weeks ago

zjgg888 commented 3 weeks ago

Masa.Blazor version

1.5.0

Describe the bug

如题,在WebAssembly或Server下,都可以正常拖放,唯独在Windows下的BlazorWebView中,无法正常拖放(Mobile中也是可以的)

Expected Behavior

No response

Steps To Reproduce

No response

Reproduction code

No response

.NET version

No response

What browsers are you seeing the problem on?

No response

Additional context

No response

capdiem commented 3 weeks ago

@zjgg888 你好,我在WPF中测试没有问题。

zjgg888 commented 3 weeks ago

是在MAUI项目中,Windows Platform,会出现这个问题。

capdiem commented 3 weeks ago

@zjgg888 https://github.com/dotnet/maui/issues/2205

zjgg888 commented 3 weeks ago

所以是要等Microsoft.WindowsAppSDK 1.6才能解决这个问题是吧?

capdiem commented 3 weeks ago

@zjgg888 是的