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: <datalist> bounds vertical cutoff #34759

Merged
merged 1 commit into from Jun 29, 2022
Merged

Conversation

codebytere
Copy link
Member

@codebytere codebytere commented Jun 27, 2022

Description of Change

Closes #34750.
Refs CL:3560843

Fixes an issue where DataList bounds had part of the item text cut off vertically. This happened in #33556 when we switched from the mult-parameter form of gfx::Insets, since the horizontal and vertical parameters switched and we didn't catch it.

Tested with https://gist.github.com/1525a4d39d33bc46eb033af6ebcf51c1.

Checklist

Release Notes

Notes: Fixed an issue where DataList bounds had part of the item text cut off vertically.

@codebytere codebytere added semver/patch backwards-compatible bug fixes target/19-x-y labels Jun 27, 2022
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Jun 27, 2022
@codebytere codebytere changed the title fix: DataList bounds overflow fix: DataList bounds vertical cutoff Jun 27, 2022
@codebytere codebytere changed the title fix: DataList bounds vertical cutoff fix: <datalist> bounds vertical cutoff Jun 27, 2022
Copy link
Contributor

@deermichel deermichel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for the branch name 😆

@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Jun 28, 2022
@codebytere
Copy link
Member Author

Unrelated Node.js failure on Linux.

@codebytere codebytere merged commit 35ff95d into main Jun 29, 2022
@codebytere codebytere deleted the autofill-bounds-sadness branch June 29, 2022 08:14
@release-clerk
Copy link

release-clerk bot commented Jun 29, 2022

Release Notes Persisted

Fixed an issue where DataList bounds had part of the item text cut off vertically.

@trop
Copy link
Contributor

trop bot commented Jun 29, 2022

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

@trop
Copy link
Contributor

trop bot commented Jun 29, 2022

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

schetle pushed a commit to schetle/electron that referenced this pull request Nov 3, 2022
khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Datalist rendering on macOS broken
3 participants