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

Wallet - ui bug - Send Flow - select account tabs jumping after closing address input #18375

Closed
J-Son89 opened this issue Jan 3, 2024 · 1 comment · Fixed by #18662
Closed
Assignees
Labels
E:Mobile Bug MVP E:Mobile Wallet Release 1.27 all tasks for 1.27 related to wallet

Comments

@J-Son89
Copy link
Member

J-Son89 commented Jan 3, 2024

On the send flow the UI is a bit glitchy.

To reproduce:
1- Go to new wallet
2- select an account
3- hit "send" button
4- select any other tab then the default
5- select the address input,
6- start typing, delete the text and then tap away from the input to revisit the start of the page

Expected Behaviour:
The UI returns to the state at Step 4

Actual:
Not all tabs render/ the tabs position is off and the screen is a bit jumpy.

Screen.Recording.2024-01-03.at.16.02.58.mov
@J-Son89 J-Son89 added E:Mobile Bug MVP E:Mobile Wallet Release 1.27 all tasks for 1.27 related to wallet labels Jan 3, 2024
@shivekkhurana shivekkhurana self-assigned this Jan 5, 2024
@shivekkhurana
Copy link
Contributor

shivekkhurana commented Jan 11, 2024

Update:
I was able to reproduce this error. It happens if you switch the tab to saved or contacts or my address before clicking on input. This is an issue at the component level. The error is:

ERROR  VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead.

I also verified that setting the scrollable? prop to false gets rid of this error.


Hey, I tried multiple times but I'm not able to reproduce this bug.
Are you on an old/new device?

Simulator.Screen.Recording.-.iPhone.13.-.2024-01-11.at.15.08.21.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E:Mobile Bug MVP E:Mobile Wallet Release 1.27 all tasks for 1.27 related to wallet
Development

Successfully merging a pull request may close this issue.

2 participants