-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 tall emojis are chopped off from top #32818
Conversation
…/26044-tall-emojies
…/26044-tall-emojies
…/26044-tall-emojies
Reviewer Checklist
Screenshots/Videos |
…/26044-tall-emojies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and tests well.
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to production by https://github.com/mountiny in version: 1.4.18-8 🚀
|
@@ -1585,7 +1585,7 @@ const styles = (theme: ThemeColors) => | |||
optionDisplayName: { | |||
fontFamily: fontFamily.EXP_NEUE, | |||
minHeight: variables.alternateTextHeight, | |||
lineHeight: variables.lineHeightXLarge, | |||
lineHeight: variables.lineHeightXXLarge, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this caused a regression #33647
Details
Fixed Issues
$ #26044
PROPOSAL: #26044 (comment)
Tests
Note: the bug happens on native Android and IOS.
Device settings:
IOS: Settings > Accessibility > Display & Text Size > Larger Text > Set any value.
Android: Settings > Accessibility > Display size and text > Font size > Set any value.
Note: restart the app after any change.
Custom added emojis
Preconditions:
Actually, there are a lot of scenarios. To sum up, check any place where the display name and workspace name could be displayed. Verify that the emojis shouldn’t be chopped off.
Tabs
There is one more case where static icons were chopped off.
Offline tests
Same as "Tests".
QA Steps
Same as "Tests".
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android.Large.mp4
Android.Normal.mp4
Android.Small.mp4
Android: mWeb Chrome
Android.Chrome.Normal.mp4
Android.Chrome.Small.mp4
iOS: Native
IOS.Large.mp4
IOS.Normal.mp4
IOS.Small.mp4
iOS: mWeb Safari
IOS.Safari.Normal.mp4
IOS.Safari.Small.mp4
MacOS: Chrome / Safari
Chrome.mp4
MacOS: Desktop
Desktop.mp4