Release Notes for v23.3.4
Fixes
- Fixed an issue where
getNormalBounds()
returns incorrect bounds for transparent maximized windows on Windows. #38347 (Also in 24, 25)
Other Changes
- Security: backported fix for 1423360. #38276
getNormalBounds()
returns incorrect bounds for transparent maximized windows on Windows. #38347 (Also in 24, 25)BrowserWindow.isMaximized()
could incorrectly return true for minimized or fullscreened windows on macOS. #38306 (Also in 24, 25)BrowserWindow.isVisible()
would incorrectly return true
for minimized windows on Windows. #38315 (Also in 24, 25)BrowserWindow.id
threw an error after the window was destroyed. #38309 (Also in 24, 25)win.minimize()
directly after calling win.maximize()
, and then calling win.isMaximized()
incorrectly returns true
. #38344 (Also in 24, 25)