Filter by channel
Release Notes for v14.2.2
Fixes
- Fixed
BrowserView.setBackgroundColor()
not working correctly. #31845 (Also in 15, 16) - Fixed a potential issue when setting backgroundColor on
BrowserView
s. #31945 (Also in 15, 16, 17) - Fixed an issue where BrowserView may sometimes crash on
browserView.webContents.destroy()
. #31840 (Also in 15, 16) - Fixed an issue where
BrowserView
s crashed ifview.webContents.destroy()
is called after loading a URL. #31825 (Also in 15, 16) - Fixed crash in GTK open dialog when trying to preview huge image files. #31819 (Also in 15, 16)
- Fixed default label text in GTK dialogs. #31822 (Also in 15, 16)
- Fixed respecting aspect ratio when maximum size is set on BrowserWindow. #31955 (Also in 15, 16, 17)
- Fixed window frame glitch when calling
setContentProtection
. #31831 (Also in 13, 15, 16)