-
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
[$250] Expense - Tab shift from manual-scan-distance is delayed #54638
Comments
Triggered auto assignment to @Christinadobrzyn ( |
I think this can be external |
Job added to Upwork: https://www.upwork.com/jobs/~021873846742783366143 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @eVoloshchak ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Tab highlight lags when switching tabs using gestures on web. What is the root cause of that problem?On native platforms, the highlight changes gradually during tab switching. On web platforms, the highlight jumps suddenly after the tab finishes switching, because we have removed the highlight animation to fix #50265. What changes do you think we should make in order to solve the problem?Since #50265 is a minor issue, we can revert the fix.
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?Not needed as this is a UI issue. What alternative solutions did you explore? (Optional)If #50265 still needs a fix, we can replace React.useLayoutEffect(() => {
const offset = -navigationStateRef.current.index * layout.width;
panX.setValue(offset);
}, [layout.width, panX]); |
Hi @eVoloshchak can you check out the above proposal when you're back? TY! |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.0.79-0
Reproducible in staging?: Yes
Reproducible in production?: Yes
Issue reported by: Applause Internal Team
Device used: Redmi note 10s Android 13
App Component: Money Requests
Action Performed:
Expected Result:
Tab shift from manual-scan-distance must be consistent in both mweb and Android.
Actual Result:
Tab shift from manual-scan-distance is slow in mweb but not in Android.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6703184_1735334645891.Screenrecorder-2024-12-28-02-48-07-181_compress_1.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: