Skip to content

"Menu" control doesn't work when the Modern Theme is selected #18

@giovanni-a

Description

@giovanni-a

To reproduce:

Use the following code when the Modern Theme is selected. The "File" menu appears but it cannot be opened.

    <Grid>
        <Menu VerticalAlignment="Top">
            <MenuItem Header="File">
                <MenuItem Header="New" />
                <MenuItem Header="Open" />
                <MenuItem Header="Save" />
                <Separator />
                <MenuItem Header="Exit" />
            </MenuItem>
        </Menu>
    </Grid>

Links to reproduce:

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions