[BUG] Claude Desktop on Windows shows duplicate tooltips when hovering the "Send feedback" button
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
In Claude Desktop on Windows 11, hovering over the “Send feedback” icon displays two tooltips at the same time.
One is the styled Claude tooltip positioned above the button. The other is a native Electron/Chromium-style tooltip positioned to the right. Both display the same “Send feedback” text, creating overlapping duplicate labels and visual clutter.
What Should Happen?
Only one visible tooltip should appear when the “Send feedback” button is hovered.
If the styled Claude tooltip is used, the duplicate native title tooltip should be removed or suppressed while preserving an accessible name for screen readers, for example through an aria-label.
Error Messages/Logs
No error message is displayed. This is a visual UI issue.
Steps to Reproduce
- Launch Claude Desktop on Windows 11.
- Open the Claude Code view where the “Send feedback” icon is visible near the lower-left area of the interface.
- Move the mouse pointer over the “Send feedback” icon.
- Keep the pointer stationary over the button briefly.
- Observe that the styled Claude tooltip and the native Electron/Chromium-style tooltip are displayed simultaneously with the same text.
Claude Model
Not sure / Multiple models
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.220 (Claude Code)
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Other
Additional Information
Environment:
- Claude Desktop: 1.24012.9 (Windows MSIX package 1.24012.9.0)
- Electron: 42.7.0
- Claude Code: 2.1.220
- Operating system: Windows 11 Pro 25H2, build 26200.8875
Observed behavior:
- The styled Claude tooltip appears above the feedback button.
- A second native-looking tooltip appears to the right after the pointer remains over the button.
- Both tooltips contain the exact same “Send feedback” text.
- No error dialog or log error is generated.
Possible implementation clue:
The button may expose both a native title-based tooltip and a custom tooltip component. If so, the visible native tooltip could be removed while retaining the accessible name through aria-label or equivalent accessibility metadata.
<img width="492" height="143" alt="Image" src="https://github.com/user-attachments/assets/77892284-2c14-4578-8a2a-052dbd8cfb2d" />