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: broken buttons in PDF viewer #37856

Merged
merged 1 commit into from Apr 11, 2023
Merged

fix: broken buttons in PDF viewer #37856

merged 1 commit into from Apr 11, 2023

Conversation

codebytere
Copy link
Member

@codebytere codebytere commented Apr 6, 2023

Description of Change

Closes #37842.

Fixes an issue where certain buttons in the PDF viewer didn't work. This was happening because we'd gotten out of sync in AddStringsForPdf and were missing some values. To fix this more robustly, we should actually be calling the upstream functions in pdf_extension_util.h, which is what this PR does.

Checklist

Release Notes

Notes: Fixes an issue where certain buttons in the PDF viewer didn't work.

@codebytere codebytere added semver/patch backwards-compatible bug fixes target/23-x-y PR should also be added to the "23-x-y" branch. target/24-x-y PR should also be added to the "24-x-y" branch. labels Apr 6, 2023
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Apr 6, 2023
@jkleinsc jkleinsc added the target/25-x-y PR should also be added to the "25-x-y" branch. label Apr 6, 2023
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Apr 7, 2023
@zcbenz zcbenz merged commit c65632d into main Apr 11, 2023
13 checks passed
@zcbenz zcbenz deleted the fix-pdf-buttons branch April 11, 2023 06:30
@release-clerk
Copy link

release-clerk bot commented Apr 11, 2023

Release Notes Persisted

Fixes an issue where certain buttons in the PDF viewer didn't work.

@trop
Copy link
Contributor

trop bot commented Apr 11, 2023

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

@trop
Copy link
Contributor

trop bot commented Apr 11, 2023

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

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

trop bot commented Apr 11, 2023

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

@trop trop bot added in-flight/25-x-y merged/24-x-y PR was merged to the "24-x-y" branch and removed target/25-x-y PR should also be added to the "25-x-y" branch. labels Apr 11, 2023
@trop trop bot added merged/25-x-y PR was merged to the "25-x-y" branch. merged/23-x-y PR was merged to the "23-x-y" branch. and removed in-flight/24-x-y in-flight/25-x-y labels Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged/23-x-y PR was merged to the "23-x-y" branch. merged/24-x-y PR was merged to the "24-x-y" branch merged/25-x-y PR was merged to the "25-x-y" branch. semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: PDF viewer - / + buttons don't work
4 participants