-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[HOLD for payment 2025-02-04] [$125] iOS - Extra spacing before field label #54971
Comments
Triggered auto assignment to @jliexpensify ( |
Triggered auto assignment to @puneetlath ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
This looks like a UI issue, not an actual deploy blocker. Will defer to Puneet though. |
Job added to Upwork: https://www.upwork.com/jobs/~021877309187559460244 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @eh2077 ( |
I agree this seems like an issue that we should not block on but definitely need to fix it Gonna make it $125 If you can identify the offending PR (and its not the RN upgrade 😅) you will get $50 and the authors will fix this |
Upwork job price has been updated to $125 |
ProposalPlease re-state the problem that we are trying to solve in this issue.iOS - Extra spacing before field label What is the root cause of that problem?The issue occurs because the Input label uses an animation What changes do you think we should make in order to solve the problem?We can replace the
to const animatedStyle = useAnimatedStyle(() => {
return {
transform: [{ translateY: labelTranslateY.get() }],
fontSize: interpolate(labelScale.value, [0, styleConst.INACTIVE_LABEL_SCALE], [0, variables.fontSizeNormal])
}
}); POC
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?No, UI bug What alternative solutions did you explore? (Optional)N/A |
@blazejkustra @sumo-slonik This looks related to Reanimated. Can you please look into this? |
Sure, we'll have a look tomorrow edit: looking now |
I reverted the code from this PR and the same thing happens when using react-native's Animated. Meaning the migration wasn't the cause. |
Done @shubham1206agra - is this part of an existing project? |
This should be part of RN upgrade. Otherwise, we are handling Reanimated changes in animation migration |
Cool, ty! Will assign this to #quality based on the 2nd link |
Update: I'll start working on it tomorrow morning. |
Sorry for delay, I experienced iOS issues yesterday and got distracted by other tasks in the process 🙇 Here is a PR ready! |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.89-8 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2025-02-04. 🎊 For reference, here are some details about the assignees on this issue:
|
@shubham1206agra @jliexpensify @shubham1206agra The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
@shubham1206agra I'm guessing there's no need for a checklist here? Payment Summary
|
@jliexpensify Offer accepted |
@shubham1206agra any checklist needed here? |
BugZero Checklist:
Bug classificationSource of bug:
Where bug was reported:
Who reported the bug:
Regression Test ProposalTest:No Test is required here as this was a deploy blocker Do we agree 👍 or 👎 |
Thanks! Paid and job closed. |
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.82-1
Reproducible in staging?: Yes
Reproducible in production?: No
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Yes, reproducible on both
If this was caught during regression testing, add the test name, ID and link from TestRail: Exp
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Device used: iPhone 15 Pro Max / iOS 18.2
App Component: Money Requests
Action Performed:
Expected Result:
There should be no spacing before field label.
Actual Result:
There is spacing before field label.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6709222_1736352878571.ScreenRecording_01-09-2025_00-13-56_1.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @jliexpensifyThe text was updated successfully, but these errors were encountered: