-
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
Fix: Keyboard shouldn't be active/enabled automatically for request details #26964
Conversation
@allroundexperts Please 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/VideosWebScreen.Recording.2023-09-08.at.4.26.27.AM.movMobile Web - ChromeScreen.Recording.2023-09-08.at.4.29.10.AM.movMobile Web - SafariScreen.Recording.2023-09-08.at.4.27.27.AM.movDesktopScreen.Recording.2023-09-08.at.4.34.34.AM.moviOSScreen.Recording.2023-09-08.at.4.27.56.AM.movAndroidScreen.Recording.2023-09-08.at.4.34.34.AM.mov |
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!
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.
lgtm as well!
✋ 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/srikarparsi in version: 1.3.68-0 🚀
|
#26702 is reproduced in android |
Hi @Pujan92! |
Per #26964 (comment) I am going to start reverting this PR as it's not passing QA tests. |
@AndrewGable Why is the revert needed? It wasn't working before this PR as well? |
We shouldn't deploy this code to production and close the issue unless it's passing QA, right? |
On production, this issue still exists. So I don't think that this would be a deploy blocker. |
Agree this is not a deploy blocker, but I don't think we want to deploy code that does not work as intended for Android. |
Gotcha. We can investigate why its not working for sure. @kavimuru Can you please share a screen recording of your Android test? |
@allroundexperts I am still not able to reproduce it on Android, steps/recording from @kavimuru will help to identify it. |
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.68-17 🚀
|
@Pujan92 Tester is able to reproduce in mWeb chrome and it works on android 26964_mweb.mp4 |
@kavimuru This issue handles just the native platforms. |
Details
#26702
Fixed Issues
$ #26702
PROPOSAL: #26702 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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
Screen.Recording.2023-09-07.at.18.07.30.mov
Mobile Web - Chrome
p2.mp4
Mobile Web - Safari
Simulator.Screen.Recording.-.iPhone.11.-.2023-09-07.at.18.19.17.mp4
Desktop
iOS
Simulator.Screen.Recording.-.iPhone.11.-.2023-09-07.at.18.02.35.mp4
Android
p1.mp4