You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version Number: 9.0.75-1 Reproducible in staging?: Y Reproducible in production?: Y If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Y If this was caught during regression testing, add the test name, ID and link from TestRail: N/A Email or phone of affected tester (no customers):[email protected] Issue reported by: Applause -Internal Team
**Component ** Left Hand Navigation (LHN)
Action Performed:
Launch Hybrid app
Sign in with new account (Note: Get started here! banner is displayed horizontally aligned with the Concierge chat)
Sign out of the account
Sign in back
Expected Result:
Get started here! banner message should be horizontally positioned in align with the Concierge chat
Actual Result:
Get started here banner message not properly displayed when relogging into account. The message gets vertically aligned & the text is not visible at all
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Please re-state the problem that we are trying to solve in this issue.
Get started here banner message not properly displayed when relogging into account. The message gets vertically aligned & the text is not visible at all
What is the root cause of that problem?
The BaseGenericTooltip component currently uses the onLayout handler with a setTimeout to measure and update the contentMeasuredWidth. This approach introduces inaccuracies in width measurement, after 300ms, the measure function returns an incorrect (too small) width. This causes setContentMeasuredWidth to update with the wrong value, leading to layout issues.
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.0.75-1
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Y
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause -Internal Team
**Component ** Left Hand Navigation (LHN)
Action Performed:
Expected Result:
Get started here! banner message should be horizontally positioned in align with the Concierge chat
Actual Result:
Get started here banner message not properly displayed when relogging into account. The message gets vertically aligned & the text is not visible at all
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6692565_1734028937924.az_recorder_20241212_133625.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: