microsoft / microsoft/PowerToys

Dock: Tooltip is not updated

Open
#46,115 1 comment 0 reactions 1 assignee Claimed by @jiripolasek View on GitHub
CmdPal - Dock Issue-Bug Needs-Triage Product-Command Palette
Dominant language
C
Stars
139k
Forks
8.6k
PR merge metrics
PR metrics pending

Description

### Microsoft PowerToys version

0.98

### Installation method

Dev build in Visual Studio

### Area(s) with issue?

Command Palette

### Steps to reproduce

It looks like Dock item tooltips are not being updated when the underlying list item changes.

After executing this the tooltip shows the old title:

```csharp
private NoOpCommand _noOpCommand = new();

...

this.Title = "";
this.Subtitle = "";
this.Icon = Icons.NoMedia;
this.Command = this._noOpCommand;
this.MoreCommands = [];
```

Image

### ✔️ Expected Behavior

_No response_

### ❌ Actual Behavior

_No response_

### Upload Bug Report ZIP-file

_No response_

### Additional Information

_No response_

### Other Software

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.