Skip to content

Conversation

@willeastcott
Copy link
Contributor

Reverts #8288

@willeastcott willeastcott requested a review from Copilot January 27, 2026 20:17
@willeastcott willeastcott self-assigned this Jan 27, 2026
@willeastcott willeastcott added the area: input Input related issue label Jan 27, 2026
@willeastcott willeastcott merged commit 49a6454 into main Jan 27, 2026
11 checks passed
@willeastcott willeastcott deleted the revert-8288-fix-mousemove branch January 27, 2026 20:19
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reverts a previous fix (PR #8288) that had incorrectly changed how mousemove events are handled for pressed elements. The revert restores the original behavior where both mousemove and mouseup events are sent to the pressed element, aligning mouse event handling with the established touch event handling pattern.

Changes:

  • Restores mousemove events to be sent to the pressed element (in addition to mouseup events)
  • Makes mouse event handling consistent with touch event handling behavior
  • Fixes the condition check to include both mousemove and mouseup event types when determining if events should be sent to the pressed element

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

willeastcott added a commit that referenced this pull request Jan 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: input Input related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants