Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invisible Unicode-Symbol ⚙️ in latest Avalonia Version 11.2.5 #18489

Open
Discostoff opened this issue Mar 20, 2025 · 1 comment
Open

Invisible Unicode-Symbol ⚙️ in latest Avalonia Version 11.2.5 #18489

Discostoff opened this issue Mar 20, 2025 · 1 comment
Labels

Comments

@Discostoff
Copy link

Describe the bug

Hi,
i updated my project from version 11.2.4 to 11.2.5
I use a Unicode-Symbol ⚙️ for my settings tab. With the latest version the button still works but the Icon is no longer visible.

<TabItem Header="⚙️" ToolTip.Tip="Settings">
    <viewIracing:IRacingSettingsView Margin="-1" DataContext="{Binding SettingsVM}" />
</TabItem>

I went back to the old version, in the picture are the dependencies i'm using.

https://i.imgur.com/jzFm79t.png

To Reproduce

Create a Avalonia Project with the latest version 11.2.5.
In the MainView create a TabControl and add a TabItem with Unicode-Symbol ⚙️as Header.

Expected behavior

Unicode-Symbol should be visible.

Avalonia version

11.2.5

OS

Windows

Additional context

No response

@Discostoff Discostoff added the bug label Mar 20, 2025
@rabbitism
Copy link
Contributor

Works fine on my machine. Is it this specific character or all emojis? Do you assign any specific font?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants