cucbin

#48977: fix: revert the parent window remained interactive after the modal window was opened

Merged
Created: Nov 14, 2025, 11:35:04 PM
Merged: Nov 19, 2025, 11:24:13 AM
4 comments
Target: main

Description of Change

Addresses #48965

This reverts commit 068ac3c and PR #48770

I will further analyze the original issues, and then submit a PR again.

Checklist

Release Notes

Notes: Fixed the issue where the parent window leave disabled after the modal window call show() multiple time.

Backports

38-x-y
Merged
PR Number
#49020
Merged At
Nov 19, 2025, 3:59:28 PM
Released In
Not yet
Release Date
Not yet
39-x-y
Merged
PR Number
#49019
Merged At
Nov 19, 2025, 3:56:33 PM
Released In
Not yet
Release Date
Not yet
40-x-y
Merged
PR Number
#49021
Merged At
Nov 19, 2025, 4:08:23 PM
Released In
v40.0.0-alpha.7
Release Date
Nov 20, 2025, 7:31:07 AM

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