Skip to content
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

Closed
1 of 6 tasks
lanitochka17 opened this issue Feb 4, 2024 · 26 comments
Closed
1 of 6 tasks
Assignees
Labels
Bug Something is broken. Auto assigns a BugZero manager. External Added to denote the issue can be worked on by a contributor Reviewing Has a PR in review Weekly KSv2

Comments

@lanitochka17
Copy link

lanitochka17 commented Feb 4, 2024

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: 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): applausetester+cknew@applause.expensifail.com
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:

Action Performed:

  1. Launch New Expensify app
  2. Open either #announce room, #admins room or 1:1 conversation
  3. Tap on header to go to details or profile page
  4. Tap on Private notes option
  5. Enter note & save it
  6. Scroll the private notes page (Note: Saved note field not sticky)

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?

  • Android: Native
  • Android: mWeb Chrome
  • iOS: Native
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Add any screenshot/video evidence

Bug6366465_1707013205469.RPReplay_Final1706925781.mp4

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~015ac87fcf9eab0d9e
  • Upwork Job ID: 1754195036051189760
  • Last Price Increase: 2024-02-04
  • Automatic offers:
    • situchan | Contributor | 28149495
    • mkhutornyi | Contributor | 0
@lanitochka17 lanitochka17 added External Added to denote the issue can be worked on by a contributor Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Feb 4, 2024
@melvin-bot melvin-bot bot changed the title iOS - Saved Private note field not sticky, page can be scrolled [$500] iOS - Saved Private note field not sticky, page can be scrolled Feb 4, 2024
Copy link

melvin-bot bot commented Feb 4, 2024

Job added to Upwork: https://www.upwork.com/jobs/~015ac87fcf9eab0d9e

@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Feb 4, 2024
Copy link

melvin-bot bot commented Feb 4, 2024

Triggered auto assignment to Contributor-plus team member for initial proposal review - @Santhosh-Sellavel (External)

Copy link

melvin-bot bot commented Feb 4, 2024

Triggered auto assignment to @Christinadobrzyn (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details.

@lanitochka17
Copy link
Author

We think that this bug might be related to #vip-vsp
CC @quinthar

@allgandalf
Copy link
Contributor

Proposal

Please 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.

<ScrollView contentContainerStyle={styles.flexGrow1}>{privateNotes.map((item) => getMenuItem(item))}</ScrollView>

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

@jeremy-croff
Copy link
Contributor

Proposal

Please 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
Will be scrollable once the content overflows.

component to replace is here:

<ScrollView contentContainerStyle={styles.flexGrow1}>{privateNotes.map((item) => getMenuItem(item))}</ScrollView>

What alternative solutions did you explore? (Optional)

@mkhutornyi
Copy link
Contributor

Proposal

Please 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?

<ScrollView contentContainerStyle={styles.flexGrow1}>{privateNotes.map((item) => getMenuItem(item))}</ScrollView>

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

@Christinadobrzyn
Copy link
Contributor

I think this can be external, low priority, and seems to only be affecting iOS.

@Santhosh-Sellavel feel free to review the proposals.

@Santhosh-Sellavel
Copy link
Collaborator

Unassigning this one due to low bandwidth, please reassign @Christinadobrzyn!

@situchan
Copy link
Contributor

situchan commented Feb 7, 2024

I can review this

@Santhosh-Sellavel
Copy link
Collaborator

@situchan Are you subscribed to me? 😅

@Santhosh-Sellavel Santhosh-Sellavel removed their assignment Feb 7, 2024
@situchan
Copy link
Contributor

situchan commented Feb 7, 2024

@situchan Are you subscribed to me? 😅

Not only you 😄. I am subscribed to most issues/PRs to get full understanding of project status

@melvin-bot melvin-bot bot removed the Help Wanted Apply this label when an issue is open to proposals by contributors label Feb 8, 2024
Copy link

melvin-bot bot commented Feb 8, 2024

📣 @situchan 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app!

Offer link
Upwork job
Please accept the offer and leave a comment on the Github issue letting us know when we can expect a PR to be ready for review 🧑‍💻
Keep in mind: Code of Conduct | Contributing 📖

@Christinadobrzyn
Copy link
Contributor

I think we're reviewing proposals right @situchan?

@situchan
Copy link
Contributor

situchan commented Feb 9, 2024

@Christinadobrzyn to confirm, do you agree with expected behavior: Saved note field should be sticky & should not be able to scroll? This is iOS feature but should be fixed as inconsistent with other platforms?

@Christinadobrzyn
Copy link
Contributor

Christinadobrzyn commented Feb 9, 2024

Hi @situchan

Saved note field should be sticky & should not be able to scroll

Yes, I agree this should be the expected behaviour

This is iOS feature but should be fixed as inconsistent with other platforms?

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!

@melvin-bot melvin-bot bot added the Overdue label Feb 12, 2024
@situchan
Copy link
Contributor

@Christinadobrzyn thanks.
In that case, @mkhutornyi's proposal looks good to me.
🎀 👀 🎀 C+ reviewed

Copy link

melvin-bot bot commented Feb 12, 2024

Triggered auto assignment to @Beamanator, see https://stackoverflow.com/c/expensify/questions/7972 for more details.

Copy link

melvin-bot bot commented Feb 13, 2024

📣 @mkhutornyi 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app!

Offer link
Upwork job
Please accept the offer and leave a comment on the Github issue letting us know when we can expect a PR to be ready for review 🧑‍💻
Keep in mind: Code of Conduct | Contributing 📖

@melvin-bot melvin-bot bot added the Overdue label Feb 15, 2024
@mkhutornyi
Copy link
Contributor

PR will be ready by end of week

@melvin-bot melvin-bot bot removed the Overdue label Feb 15, 2024
Copy link

melvin-bot bot commented Feb 18, 2024

@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!

@melvin-bot melvin-bot bot added the Overdue label Feb 18, 2024
@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 and removed Daily KSv2 Overdue labels Feb 18, 2024
@Christinadobrzyn
Copy link
Contributor

PR is in staging - #36772

@situchan
Copy link
Contributor

situchan commented Mar 6, 2024

PR was deployed to production on Feb 28

@Christinadobrzyn Christinadobrzyn changed the title [$500] iOS - Saved Private note field not sticky, page can be scrolled [Payment due 3/6][$500] iOS - Saved Private note field not sticky, page can be scrolled Mar 7, 2024
@Christinadobrzyn
Copy link
Contributor

Payouts due:

Contributor: $500 @mkhutornyi (paid in Upwork)
Contributor+: $500 @situchan (paid in Upwork)

Upwork job is here.

Do we need a regression test for this @situchan?

@situchan
Copy link
Contributor

situchan commented Mar 7, 2024

No need regression test as reported by QA team and issue is minor enough

@Christinadobrzyn
Copy link
Contributor

Awesome - thanks for conifrming @situchan! Closing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is broken. Auto assigns a BugZero manager. External Added to denote the issue can be worked on by a contributor Reviewing Has a PR in review Weekly KSv2
Projects
No open projects
Status: CRITICAL
Development

No branches or pull requests

8 participants