Skip to content

[Bug] UOS linux-arm64 Dialog ineffective #549

@cditqq

Description

@cditqq

Check the following items

  • I have looked up relevant Issue

Description of the issue

In the uos operating system

model:
`
public static ISukiDialogManager DialogManager { get; } = new SukiDialogManager();

DialogManager.DialogManager.CreateDialog()
.WithViewModel(dialog => new SignInDialogViewModel(dialog))
.Dismiss()
.ByClickingBackground()
.TryShow();
axaml: suki:SukiWindow.Hosts<suki:SukiDialogHost Name="DialogHost" /> </suki:SukiWindow.Hosts>axaml.cs DialogHost.Manager = model.DialogManager;`

It's ineffective. Both the main window and sub-windows become transparent, and only the shadow border of the window can be seen. The demo also has the same effect

It works normally in Windows, but cannot be displayed in the UOS system

Image Image

Package Version

6.0.0-6.0.3

Environment

UOS 、 linux-arm64

Expected Behavior

display window

Reproduction

It's ineffective. Both the main window and sub-windows become transparent, and only the shadow border of the window can be seen. The demo also has the same effect

It works normally in Windows, but cannot be displayed in the UOS system

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions