Fix tooltip flicks before showing fully#57888
Merged
dangrous merged 1 commit intoExpensify:mainfrom Mar 7, 2025
Merged
Conversation
32b201a to
480beb8
Compare
|
@eVoloshchak Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
8 tasks
Contributor
|
Looks good on the visual end as no flickering is happening |
Contributor
|
Agree! Love a simple one line change too 🤣 |
Contributor
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2025-03-06.at.18.34.36.movAndroid: mWeb ChromeScreen.Recording.2025-03-06.at.18.37.08.moviOS: NativeScreen.Recording.2025-03-06.at.18.27.19.moviOS: mWeb SafariScreen.Recording.2025-03-06.at.18.16.40.movMacOS: Chrome / SafariScreen.Recording.2025-03-06.at.18.30.12.movMacOS: DesktopScreen.Recording.2025-03-06.at.18.29.21.mov |
dangrous
approved these changes
Mar 6, 2025
Contributor
|
@Expensify/design do you want to take a look at this before merging? Seems pretty self evident, but just in case... |
Contributor
|
All good on my end! |
Contributor
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Contributor
|
🚀 Deployed to staging by https://github.com/dangrous in version: 9.1.11-1 🚀
|
Contributor
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.1.12-7 🚀
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation of Change
Fixes a bug where tooltips briefly appear and disappear before showing fully. This issue was caused by a small delay in applying the animated scale style while non-animated styles were applied instantly. This caused the tooltip to appear at full size before playing the fade-in animation.
Fixed Issues
$ #55848
PROPOSAL: #55848 (comment)
Tests
Same as QA steps
Offline tests
N/A
QA Steps
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
55484.android.native.mp4
Android: mWeb Chrome
55848.android.chrome.mp4
iOS: Native
55848.ios.native.mp4
iOS: mWeb Safari
55848.ios.safari.mp4
MacOS: Chrome / Safari
55848.macos.chrome.mov
MacOS: Desktop
55848.macos.desktop.mov