Skip to content

[Windows] Mouse wheel scroll captured by input box instead of conversation history (regression) #1944

@chenxizhang

Description

@chenxizhang

Describe the bug

Mouse wheel scrolling stopped working for navigating conversation history on Windows. Instead of scrolling through the chat history, the scroll event is captured by the text input box at the bottom of the screen, making it impossible to review previous conversation turns using the mouse.

This is a regression — scrolling worked correctly yesterday (March 9, 2026). The issue appeared today, likely after an update.

Keyboard workaround exists: PageUp / PageDown keys can still navigate conversation history correctly. Only mouse wheel scrolling is broken.

Related Issues

This issue is distinct: on Windows, the mouse scroll is entirely consumed by the input text box rather than the conversation viewport.

Affected version

GitHub Copilot CLI 1.0.3 (Windows)

Steps to reproduce the behavior

  1. Start Copilot CLI on Windows (copilot command)
  2. Have a conversation with multiple turns (especially with long responses containing tables/code)
  3. Try to scroll up with the mouse wheel to review earlier conversation history
  4. Observed: Mouse wheel scrolls inside the text input box at the bottom, not the conversation area
  5. Expected: Mouse wheel should scroll through conversation history

Expected behavior

Mouse wheel scrolling should navigate the conversation history (previous turns and responses), the same behavior as it had prior to the latest update.

Additional context

  • OS: Windows 11
  • Terminal: Windows Terminal
  • Workaround: Use PageUp / PageDown keys to navigate history
  • Regression: This worked correctly on March 9, 2026. Broke on March 10, 2026.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions