Claude Code VS Code extension: UI buttons unresponsive during Zoom remote control session
Resolved 💬 1 comment Opened Apr 26, 2026 by gilorz-a11y Closed May 30, 2026
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?
The Claude Code extension's UI buttons (e.g., Accept/Reject, Run) became unresponsive while a Zoom remote control session was active. Clicking the buttons produced no effect. The Command Palette equivalents (Cmd+Shift+P→ "Claude Code: ...") continued to work, which suggests the underlying commands are fine and the issue is in the button event handlers / focus handling. ### Suspected cause Zoom's remote control feature appears to capture or interfere with keyboard/mouse events and window focus. This may be detaching event listeners or shifting focus away from the webview hosting the extension UI. ### Steps to reproduce 1. Start a Zoom call and grant/receive remote control. 2. Open VS Code with the Claude Code extension. 3. Trigger a Claude Code action that surfaces UI buttons (e.g., a code suggestion with Accept/Reject). 4. Click the buttons — no response. 5. UseCmd+Shift+P→ equivalent command — works as expected.
### Workaround Use the Command Palette (Cmd+Shift+P/Ctrl+Shift+P) → search "Claude Code" — every toolbar action has a Palette equivalent. ### Additional context Happy to provide a screen recording if it helps. Have not yet tested whether the bug reproduces outside of Zoom remote control sessions.
What Should Happen?
כככ
Error Messages/Logs
Steps to Reproduce
גגג
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
גג
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗