-
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
Remove unnecessary style causing bug in android #4807
Conversation
It was making the input value disappear when there was an error
|
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.
Tests well and code LGTM!
@aldo-expensify Feel free to self-merge once tests pass. |
I get that it was unnecessary since it looks like we wrapped the
But is there some explanation for why this should make the element value completely disappear? 🤯 |
@marcaaron I don't have good explanation for it, but what I found is:
Screen.Recording.2021-08-24.at.3.33.34.PM.mov
The space for the input text becomes smaller and we get some scrolling: Screen.Recording.2021-08-24.at.3.29.45.PM.mov
I don't know why, but adding the style |
34f22b1
Update: had to resolve conflict and commit again. Tested again in web and Android and seems to work. |
…with-error Remove unnecessary style causing bug in android (cherry picked from commit 4112656)
@aldo-expensify Can this be tested on your side? We're currently unable to navigate to |
Sure, I'm waiting on the PR to be approved and merged. |
…4807 🍒 Cherry pick PR #4807 to staging 🍒
After resolving conflicts during the CP, this PR is being deployed in |
🚀 Deployed to production by @roryabraham in version: 1.0.86-11 🚀
|
Tested the IOS failure? |
🚀 Cherry-picked to staging by @aldo-expensify in version: 1.0.86-11 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by @roryabraham in version: 1.0.88-2 🚀
|
cc: @pecanoro @marcaaron @jasperhuangg CC you guys because you have a good idea of what was going on.
Details
I labeled this
CP Staging
because it is fixing the following regression: #4730 (comment)The style
errorOutline
was unnecessary and was causing an unwanted behaviour in Android.Fixed Issues
$ #4730
Tests/QA
<baseURL>/bank-account/company
.Make sure that in Android the value of the input with error doesn't disappear .
Expected to look like this:
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android