-
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
[Payment due 3/6][$500] iOS - Saved Private note field not sticky, page can be scrolled #35775
Comments
Job added to Upwork: https://www.upwork.com/jobs/~015ac87fcf9eab0d9e |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @Santhosh-Sellavel ( |
Triggered auto assignment to @Christinadobrzyn ( |
We think that this bug might be related to #vip-vsp |
ProposalPlease re-state the problem that we are trying to solve in this issue.Saved Private note field not sticky, page can be scrolled What is the root cause of that problem?We have made the notes to be scrollable.
What changes do you think we should make in order to solve the problem?Make them sticky and not scrollable <ScrollView
contentContainerStyle={styles.flexGrow1}
stickyHeaderIndices={privateNotes.map((_, index) => index)}
>
{privateNotes.map((item) => getMenuItem(item))}
</ScrollView> What alternative solutions did you explore? (Optional)N/A |
ProposalPlease re-state the problem that we are trying to solve in this issue.The private notes are scrollable when there's no need to be scrollable. What is the root cause of that problem?We use a ScrollView component What changes do you think we should make in order to solve the problem?Use a regular View component component to replace is here:
What alternative solutions did you explore? (Optional) |
ProposalPlease re-state the problem that we are trying to solve in this issue.iOS - Saved Private note field not sticky, page can be scrolled What is the root cause of that problem?This is default bouncing behavior on iOS What changes do you think we should make in order to solve the problem?
To be consistent with other platforms, we can disable bounce so pass bounces={false} to ScrollView
What alternative solutions did you explore? (Optional)We can just close this as not bug |
I think this can be external, low priority, and seems to only be affecting iOS. @Santhosh-Sellavel feel free to review the proposals. |
Unassigning this one due to low bandwidth, please reassign @Christinadobrzyn! |
I can review this |
@situchan Are you subscribed to me? 😅 |
Not only you 😄. I am subscribed to most issues/PRs to get full understanding of project status |
📣 @situchan 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
I think we're reviewing proposals right @situchan? |
@Christinadobrzyn to confirm, do you agree with expected behavior: |
Hi @situchan
Yes, I agree this should be the expected behaviour
Yes, I agree, it looks like this behaviour is exclusive to iOS and isn't happening on our other platforms. So I think this needs to be fixed to be consistent with the behaviour on our other apps. iOS Private Notes should behave the same as on other platforms. Let me know if that helps! |
@Christinadobrzyn thanks. |
Triggered auto assignment to @Beamanator, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
📣 @mkhutornyi 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
PR will be ready by end of week |
@Beamanator @Christinadobrzyn @mkhutornyi @situchan this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
PR is in staging - #36772 |
PR was deployed to production on Feb 28 |
Payouts due: Contributor: $500 @mkhutornyi (paid in Upwork) Upwork job is here. Do we need a regression test for this @situchan? |
No need regression test as reported by QA team and issue is minor enough |
Awesome - thanks for conifrming @situchan! Closing this! |
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: 1.4.36
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers): [email protected]
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Action Performed:
Expected Result:
Saved note field should be sticky & should not be able to scroll
Actual Result:
Saved note field should be sticky & should not be able to scroll
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6366465_1707013205469.RPReplay_Final1706925781.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: