MahApps.Metro icon indicating copy to clipboard operation
MahApps.Metro copied to clipboard

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

Open JackDjTom opened this issue 1 year ago • 2 comments
trafficstars

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 avatar May 15 '24 10:05 JackDjTom

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

/cc @batzen

punker76 avatar May 16 '24 08:05 punker76

@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.

batzen avatar May 16 '24 10:05 batzen