-
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
Checking ToS box before filling fields throws error in mweb but not in android app #26699
Checking ToS box before filling fields throws error in mweb but not in android app #26699
Conversation
…d input is different input
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
@tamdao I can't see any testing steps in your PR description - please add it. Also please add screenshots/screen-captures for all the platforms - I know the issue was only on Android but we need a proof that everything is working correctly everywhere. Last but not least - you have to check all the checkboxes in the PR author checklist. |
@burczu I have attached the test video for chrome on android and android app. I will add other videos today |
@burczu I have some problems with setting up iOS native app on my local and I'm still trying to resolve it. But I also uploaded other test videos |
@burczu I have added all the platforms |
Ok, so what about this:
and this:
We can't proceed until all the PR author's checkboxes are checked 🤷♂️ And you still didn't add any test steps yet... |
Updated. Sorry I forgot that |
@tamdao Test steps still missing... |
Updated. :( |
@tamdao Alright, thanks - all set now. We will wrap this up today. |
Reviewer Checklist
Screenshots/VideosWeb26699-web.mp4Mobile Web - Chrome26699-web-mobile-chrome.mp4Mobile Web - Safari26699-web-mobile-safari.mp4Desktop26699-desktop.mp4iOS26699-ios.mp4Android26699-android.mp4 |
@tamdao Actually one more thing... You've added new prop that the Form injects into its inputs - |
updated |
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.
Reviewed and tested - I think we are good to go!
✋ 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/puneetlath in version: 1.3.67-0 🚀
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.3.67-3 🚀
|
🚀 Deployed to staging by https://github.com/puneetlath in version: 1.3.68-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.68-17 🚀
|
Details
Fixed Issues
$ #26009
PROPOSAL: #26009 (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-06.at.07.58.44.mov
Screen.Recording.2023-09-06.at.07.57.20.mov
Mobile Web - Chrome
Screen.Recording.2023-09-05.at.00.20.52.mov
Mobile Web - Safari
Screen.Recording.2023-09-06.at.08.01.35.mov
Desktop
Screen.Recording.2023-09-06.at.08.07.46.mov
iOS
Screen.Recording.2023-09-06.at.10.05.11.mov
Android
Screen.Recording.2023-09-05.at.00.16.47.mov