-
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
Error message floating out of screen IOS/Android Fix #12552
Error message floating out of screen IOS/Android Fix #12552
Conversation
@syedsaroshfarrukhdot Link issues properly |
@Santhosh-Sellavel Done. |
|
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.
Checklist: #12552 (comment)
Screenshots: #12552 (comment)
C+ Reviewed
Looks good, tests well!
All you @marcochavezf
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.
Thank you guys, LGTM!
✋ 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 @marcochavezf in version: 1.2.26-0 🚀
|
🚀 Deployed to staging by @marcochavezf in version: 1.2.26-0 🚀
|
@syedsaroshfarrukhdot How to trigger this error message in Desktop, mWeb, iOS and Android. We can't get past without validating the account in NewDot? Web we were able to test following these steps.
in mweb and apps we are blocked with this KI #11245 |
Oh interesting, I thought it was possible to test with the same account on different platforms but yeah seems it's not possible to log in without validating the account. I didn't verify that. @syedsaroshfarrukhdot @Santhosh-Sellavel is there a friendly user way to test this on other platforms? Or was it only possible by forcing it in the code? The change looks good, but can we confirm this scenario is reproducible on staging / production only on web? |
@marcochavezf Yes, it is interesting it was only reproducible by forcing it in the code. I believe as it is not possible to login in the app without without validating the account. I believe we might never encounter this error in staging / production until we allow user to login without being verified which is not the case for now. |
Maybe we should mark this as no QA, for now! |
Sounds good - checking this off then ✅ |
🚀 Deployed to production by @yuwenmemon in version: 1.2.26-0 🚀
|
Details
This PR fixes the issue of error message float out of screen on android and ios
Fixed Issues
$ #11488
PROPOSAL: #11488 (comment)
Tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
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
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
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android