This is a backport PR for branch 40-x-y
trop[bot]

#48759: fix: release mouse buttons on focus loss on Wayland

Merged
Created: Nov 3, 2025, 7:38:25 AM
Merged: Nov 3, 2025, 10:20:44 AM
0 comments
Target: 40-x-y

Backport of #48752

See that PR for details.

Notes: Fixed an issue on Wayland (Linux) where right-clicking in the titlebar could break mouse interactions.

Backport Information

Original PR Author
mitchchn
Original PR Status
Merged
Original PR Merged At
Nov 3, 2025, 7:37:43 AM
Original PR Link
GitHubView on GitHub

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron