-
Notifications
You must be signed in to change notification settings - Fork 984
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
[#18833] Confirm button disappearing while editing address #19186
Conversation
Jenkins BuildsClick to see older builds (32)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
827df0e
to
eef83f5
Compare
90% of end-end tests have passed
Failed tests (4)Click to expandClass TestCommunityMultipleDeviceMergedTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestGroupChatMultipleDeviceMergedNewUI:
Expected to fail tests (1)Click to expandClass TestCommunityOneDeviceMerged:
Passed tests (43)Click to expandClass TestActivityCenterContactRequestMultipleDevicePR:
Class TestDeepLinksOneDevice:
Class TestActivityMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityMultipleDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestActivityMultipleDevicePRTwo:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestCommunityOneDeviceMerged:
Class TestGroupChatMultipleDeviceMergedNewUI:
|
73% of end-end tests have passed
Failed tests (12)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityMultipleDeviceMerged:
Expected to fail tests (1)Click to expandClass TestCommunityOneDeviceMerged:
Passed tests (35)Click to expandClass TestActivityMultipleDevicePRTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityOneDeviceMerged:
Class TestDeepLinksOneDevice:
Class TestActivityMultipleDevicePR:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityMultipleDeviceMergedTwo:
|
eef83f5
to
8664ecc
Compare
Hi @ulisesmac! Thanks for your PR! I have a doubt regarding the correctness of a slide button fix. And current fix looks like this: And I can not scroll here. |
8664ecc
to
0e17164
Compare
Hey @mariia-skrypnyk thanks for testing.
That's related to the floating button page implementation, we might need to revisit it, currently designs look as: And our implementation: Not too different, atm this is out of scope of this PR, but we can create a follow up issue.
You couldn't scroll because the input was focused. at the beginning I didn't think that behavior is wrong, but now I enabled it, so we are now able to scroll 👍 |
2a33cfd
to
88a234f
Compare
Hi @ulisesmac ! Thanks for a details. 2) In case 1) I still can not scroll to see the Derivation path. Can it be fixed in this PR or followup? IMG_7532.MP4 |
Hey @mariia-skrypnyk AFAIK, that's an iOS behavior. If you are focusing an input and you can scroll, it'll be limited beacuse the input should always be within the screen. |
Thanks @ulisesmac ! |
Yes I think that the user should be able to scroll and see the whole screen when the keyboard is open 👍 |
Hey @Francesca-G thanks for checking this out! I'm allowing the scroll, but I think it's an iOS issue, it seems if you have a focused input you can't scroll beyond. It's not related to the keyboard, it's because the input is being focused. In case you confirm this is actually an issue, we'd like to address it in a follow up, since rn we are focusing on solving other more important bugs. thanks! |
@ulisesmac I was experimenting with it and as you can see from the video you're able to drag the page to see the derivation path. The main issue is that the page stays like that after the keyboard goes down (look at the account avatar that is cut at the top of the page) and I wasn't able to drag the page back to its original position unless the keyboard was open. So, if we're going to address the scrolling issue this issue needs to be addressed too. RPReplay_Final1711100087.mov |
Fix condition to scroll
88a234f
to
95de837
Compare
Hey @Francesca-G, I've fixed the issue, thanks for spotting it! Here's a video of the new behavior: Screen.Recording.2024-03-22.at.9.50.48.a.m.mov |
e2007ed
to
82621cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good now, thanks @ulisesmac for fixing it ✨
fixes #18833
Summary
A small PR.
Screen.Recording.2024-03-11.at.3.58.35.p.m.mov
This PR has also the changes made in the PR
Becuase they are too realted.
Platforms
Steps to test
status: ready