claude-code - 💡(How to fix) Fix [BUG] Menu buttons close on mouseUp instead of registering click — Claude Desktop AND claude.ai web (Safari + Chrome)

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Error Messages/Logs

Fix Action

Fix / Workaround

Affects 100% of menu interactions. Workaround is click-and-hold, drag to target item, release.

Code Example

No obvious errors at click time in ~/Library/Logs/Claude/main.log. Browser consoles not yet inspected — can provide on request.
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Every clickable menu in Claude opens on mouseDown but closes the instant the mouse button is released. Menus are only visible while the button is held down — single clicks do not register as discrete clicks, and the menu never persists open after release.

Affects BOTH Claude Desktop AND claude.ai web. Confirmed in Safari (incognito) and Chrome on the same machine. Indicates a shared frontend bug, not Electron-specific and not browser-specific.

Affected menus (all confirmed):

  • Code tab mode picker (Plan / Edit / etc) — desktop
  • Views menu (top-right of Code tab — background tasks, plan files toggle) — desktop
  • Chat model picker — desktop
  • Chat + attachments / connectors menu — desktop AND web
  • User menu — desktop AND web
  • Chat session name menu — desktop
  • New chat + menu — web

Affects 100% of menu interactions. Workaround is click-and-hold, drag to target item, release.

Scope: Anthropic surfaces only. Finder menus, Safari dropdowns, System Settings, all other macOS apps, and all other websites respond normally to single clicks.

Regression: bug not present in 1.7196.0 (12 May 2026). First observed in the version installed prior to yesterday, persists in current 1.8089.1.

What Should Happen?

A single click opens the menu and it stays open until an item is selected or the user clicks away (standard click behaviour, matching every other macOS app and website).

Error Messages/Logs

No obvious errors at click time in ~/Library/Logs/Claude/main.log. Browser consoles not yet inspected — can provide on request.

Steps to Reproduce

Desktop:

  1. Launch Claude Desktop 1.8089.1 (b98a06) on macOS Sequoia 15.7.7.
  2. Single-click any menu (e.g. Code tab mode picker, Views menu top-right).
  3. Menu flashes open and closes on mouseUp.

Web — Safari incognito:

  1. Open claude.ai in Safari Private Browsing.
  2. Single-click user menu or new chat + menu.
  3. Same behaviour.

Web — Chrome:

  1. Open claude.ai in Chrome.
  2. Single-click user menu or new chat + menu.
  3. Same behaviour.

100% reproducible across all menus on all three surfaces, every session.

What I've ruled out:

  • Logi Options+: not running (Activity Monitor confirmed).
  • Claude Desktop local app state: cleared ~/Library/Application Support/Claude and ~/Library/Caches/Claude, signed in fresh — persists.
  • System-wide input issue: every non-Anthropic app and website is unaffected.
  • Third-party input drivers: no Karabiner, BetterMouse, or similar utilities installed.
  • Browser extensions: confirmed via Safari incognito (extensions disabled).
  • Single-browser issue: reproduces in both Safari and Chrome.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

1.7196.0

Claude Code Version

N/A — bug is in Claude Desktop and claude.ai web frontend, not Claude Code CLI. Claude Desktop version: 1.8089.1 (b98a06), build 2026-05-19T18:28:48.000Z.

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Other

Additional Information

Hardware: Mac mini M4 Pro, 24 GB RAM. macOS: Sequoia 15.7.7 (24G720) — stable channel, not beta. Browsers tested: Safari 26.5 (regular window and Private Browsing) and Chrome 148.0.7778.178 (Official Build) (arm64) — both reproduce.

This appears to be a shared React/web frontend bug affecting both Claude Desktop (Electron) and claude.ai web — likely a pointer-event handler regression in shared menu/dropdown components.

Impact: every menu interaction requires non-standard press-and-hold gesture across all Anthropic surfaces. Significantly slows agentic Claude Code workflows where mode switching and Views toggling are frequent.

Cross-filed with Anthropic Support for tracking.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING