Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: webview background color on reload #36920

Merged
merged 1 commit into from Jan 18, 2023
Merged

Conversation

codebytere
Copy link
Member

Description of Change

Closes #36417.

Fixes an issue where webview background color would not correctly be set on reload. This was happening as a result of #33435, where I fixed an issue with missing transparency but made it such that when webPreferences had no color stored the initial background color would be set to white. Instead, we need to explicitly set guest webContents background color to transparent when webPreferences has no color stored.

Tested with https://gist.github.com/PerfectPan/100900b7758293b8f72b23d0babdb1cc and confirmed not to regress #33374

Checklist

Release Notes

Notes: Fixed an issue where webViews could have an incorrect initial background color following reloads.

@codebytere codebytere added semver/patch backwards-compatible bug fixes target/21-x-y PR should also be added to the "21-x-y" branch. target/22-x-y PR should also be added to the "22-x-y" branch. target/23-x-y PR should also be added to the "23-x-y" branch. labels Jan 16, 2023
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Jan 16, 2023
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Jan 17, 2023
@codebytere codebytere merged commit b1548c2 into main Jan 18, 2023
@codebytere codebytere deleted the fix-webview-bg-color branch January 18, 2023 13:46
@release-clerk
Copy link

release-clerk bot commented Jan 18, 2023

Release Notes Persisted

Fixed an issue where webViews could have an incorrect initial background color following reloads.

@trop
Copy link
Contributor

trop bot commented Jan 18, 2023

I have automatically backported this PR to "23-x-y", please check out #36938

@trop trop bot added in-flight/23-x-y and removed target/23-x-y PR should also be added to the "23-x-y" branch. labels Jan 18, 2023
@trop
Copy link
Contributor

trop bot commented Jan 18, 2023

I have automatically backported this PR to "21-x-y", please check out #36939

@trop
Copy link
Contributor

trop bot commented Jan 18, 2023

I have automatically backported this PR to "22-x-y", please check out #36940

@trop trop bot added in-flight/21-x-y merged/22-x-y PR was merged to the "22-x-y" branch. and removed target/21-x-y PR should also be added to the "21-x-y" branch. target/22-x-y PR should also be added to the "22-x-y" branch. labels Jan 18, 2023
@trop trop bot added merged/21-x-y PR was merged to the "21-x-y" branch. merged/23-x-y PR was merged to the "23-x-y" branch. and removed in-flight/22-x-y labels Jan 18, 2023
khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
gecko19 pushed a commit to brightsign/electron that referenced this pull request Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged/21-x-y PR was merged to the "21-x-y" branch. merged/22-x-y PR was merged to the "22-x-y" branch. merged/23-x-y PR was merged to the "23-x-y" branch. semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: webview tag background color do not follow browser window when reload webview
2 participants