Skip to content

Submenus won't open on Mac M1 #9806

Description

@ErykPiasecki07

Describe the bug

If I create .axaml that has contents like this (or similar):

 <DockPanel VerticalAlignment="Top">
        <Menu DockPanel.Dock="Top">
            <MenuItem Header="_File">
                <MenuItem Header="_Import..." />
                <Separator />
                <MenuItem Header="_Exit"  />
            </MenuItem>
        </Menu>
    </DockPanel>

The "File" menu will be visible, but the submenus won't open. Downloading .NET SDK x64 miraculously fixes the issue. (See further comments)

To Reproduce
Steps to reproduce the behavior:

1. Install .NET SDK Arm64
2. Create example Avalonia project that contains submenus.
3. Run the app
4. Voila
5. Install .NET SDK x64
6. Run the same app
7. Watch the issue disappear like magic

Desktop

  • OS: MacOS
  • Version: 0.10.18

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions