-
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
Profile : Keyboard is visible for a brief moment when hit "Save" in display name and Personal details page #16470
Profile : Keyboard is visible for a brief moment when hit "Save" in display name and Personal details page #16470
Conversation
…isplay name and Personal details page
@techievivek @mananjadhav One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
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.
Raised some refactor comments. @techievivek Would also need your help to review. Rest of the changes look good here.
@mananjadhav pushed fix to resolve all comments |
Sorry, I couldn't finish reviewing the PR completely as I had to change place, I will give it a review now. |
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.
@mananjadhav The PR looks good to me, can you just test the flows and fill the PR checklists.
I'll need time until today/tomorrow to test all the pages. code changes look fine though. |
Hey @mananjadhav any updates here? |
Apologies for the delay. I will finish this today. |
Reviewer Checklist
Screenshots/VideosWebweb-hide-keyboard-after-save.movMobile Web - Chromemweb-chrome-hide-keyboard-after-save.movMobile Web - Safarimweb-safari-hide-keyboard-after-save.movDesktopdesktop-hide-keyboard-after-save.moviOSScreen.Recording.2023-04-05.at.10.47.55.PM.movAndroidandroid-hide-keyboard-after-save.mov@techievivek I am stuck with my iOS build and hence I am unable to upload screencasts for iOS. Could you please help me with the same? @narefyev91 I think let's improve our Test Cases/QA Steps to include that the Keyboard shouldn't be visible while navigating back to the previous screen. |
@mananjadhav sure - i added that step in our Test cases |
@mananjadhav Testing the PR on iOS. |
My build was broken as well, but in the end it worked. I have updated the PR reviewer checklist. Screen.Recording.2023-04-05.at.10.47.55.PM.mov |
Aaah, I had already posted a reviewer checklist comment, and the automation was using that to figure out if the checklist is filled or not. I have deleted that comment, and it works now. |
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. 🎉
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/techievivek in version: 1.2.96-0 🚀
|
🚀 Deployed to production by https://github.com/thienlnam in version: 1.2.96-4 🚀
|
Details
App displays the keyboard for few seconds on profile page before closing it. During development discovered powerful way to build re-usable component - which will handle both navigate/go back logic and dismiss keyboard where it will be necessary and not rely on navigation events for android at all. Now this component can be used for example in HeaderWithCloseButton
Fixed Issues
$ #15919
$ #15919 (comment)
Tests
Offline tests
This feature doesn't change or is impacted by offline mode.
QA Steps
Same as above.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
back-web.mov
Mobile Web - Chrome
8mb.video-ngf-TZkPtlur.mp4
Mobile Web - Safari
8mb.video-1T9-1v6cfwcz.mp4
Desktop
back-desktop.mov
iOS
back-ios.mov
Android
back-android.mov