Skip to content

Problematic placement of tooltips in the bottom left corner #19829

@DevAM-Tools

Description

@DevAM-Tools

Describe the bug

When you have a button in the bottom left corner of the app and the window is maximized or moved close to the task bar the tooltip of the button is shown directly over the button so that can't click the button.

Image

To Reproduce

Simple example.

<Grid
	ColumnDefinitions="Auto, 1*"
	RowDefinitions="1*, Auto">
	<Button
		Grid.Row="1"
        Grid.Column="0"	
		Content=""
		ToolTip.Tip="Edit list settings" />
	
</Grid>

Expected behavior

I would expect that the tooltip does not appear over the button so that the button remains clickable.

Avalonia version

11.3.7

OS

Windows

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions