-
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
Fixed: If you close the keyboard using native back button then it will keep reopening while selecting the contacts #13101
Conversation
…l keep reopening while selecting the contacts
@tgolen @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] |
Reviewer Checklist
Screenshots/Videos |
All yours @mananjadhav |
On my todo. Will be done in a few hours. |
@s77rt I am a bit confused with your mWeb Chrome video and the test steps. The expected output (and test step says) is the keyboard shouldn't reopen while selecting the contacts. But in your video and my test it keeps reopening. Screen.Recording.2022-11-29.at.11.33.00.PM.mov |
@mananjadhav Please check the "Notes" section on the GH body above |
Reviewer Checklist
Screenshots/VideosWebweb-keyboard-focus.movMobile Web - Chromemweb-chrome-keyboard-focus.movMobile Web - Safarimweb-safari-keyboard-focus.movDesktopdesktop-keyboard-focus.moviOSios-keyboard-focus.movAndroidandroid-keyboard-focus.movAll done. Thanks @s77rt for the quick PR. @tgolen We're good to merge here. |
✋ 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 production by @luacmartins in version: 1.2.35-0 🚀
|
Details
Fixed the keyboard getting reopened every time that was caused by wrong use of setSelection
Fixed Issues
$ #11094
PROPOSAL: #11094 (comment)
Tests
Offline tests
Not Applicable
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting 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)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesWaiting 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
have been tested & I retested again)/** 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)Screenshots/Videos
Web
web.mp4
Mobile Web - Chrome
mweb-chrome.mp4
Mobile Web - Safari
mweb-safari.mp4
Desktop
desktop.mp4
iOS
ios.mp4
Android
android.mp4
Notes
It has been decided not to support Mobile Web - Chrome for now, the tests listed above does not have to apply on this case.
This has been discussed here #11094 - #11094 (comment)