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

Wrong ToolTip Style of WindowCommand-Buttons in v3.0.0-alpha0492 #4487

Open
JackDjTom opened this issue May 15, 2024 · 2 comments
Open

Wrong ToolTip Style of WindowCommand-Buttons in v3.0.0-alpha0492 #4487

JackDjTom opened this issue May 15, 2024 · 2 comments
Labels

Comments

@JackDjTom
Copy link

Describe the bug

When I run my app with MahApps.Metro version 2.4.10, the ToolTips of the WindowCommand-Buttons look like this in the dark theme:
ToolTip_2 4 10

However, when I run the app with MahApps.Metro version 3.0.0-alpha0492, the style of the ToolTips is incorrect:
ToolTip_3 0 0-alpha0492

Expected behavior

ToolTips of WindowCommand-Buttons have correct style according to the current Theme.

Actual behavior

ToolTips of WindowCommand-Buttons have incorrect style

Environment

MahApps.Metro version: v3.0.0-alpha0492
Target Framework: .Net 8.0
@JackDjTom JackDjTom added the Bug label May 15, 2024
@punker76
Copy link
Member

Since we are using win 11 stuff this is by design (like in every other app).

/cc @batzen

@batzen
Copy link
Collaborator

batzen commented May 16, 2024

@JackDjTom That's by design as we now provide a proper hittest-result to allow snap layouts etc. to work correctly. By providing those hittest-results correctly the default windows tooltips are forced by windows itself.
It's, as far as i know, not possible to provide things like snap layout without using the hittest-results.

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

No branches or pull requests

3 participants