-
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
Removed forgotten code that is not required after removing onFocus #14115
Conversation
@francoisl @mollfpr 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] |
This PR is just a complementary of this #14048 |
@s77rt what the test case for this? Should we test againts the posibility regression @jatinsonijs mention? |
@mollfpr Yes |
@mollfpr Can you upload a photo while on mWeb - Chrome? I can't upload a photo from my side Kooha-2023-01-08-14-25-58.mp4 |
@s77rt Sure, I'll cover that. |
@mollfpr I can't select text on native, this is the norm, right? |
@s77rt I confirm can't select the text on an iOS real device production app, I haven't tested on Android. |
@s77rt Tested on Android real device production app can't select the text too, so only Web, mWeb, and Desktop are affected by the regression. |
I have updated the description |
Reviewer Checklist
Screenshots/VideosWeb14121.Web.movMobile Web - Chrome14121.mWeb.Chrome.movMobile Web - Safari14121.mWeb.Safari.movDesktop14121.Desktop.moviOS14121.iOS.movAndroid14121.Android.mov |
Weird the checklist is not caught... @francoisl this should be a deploy blocker for #14048 |
The checklist didn't get through because I approve the PR before posting the checklist 😬 |
@francoisl is no longer assigned 😅 |
|
(cherry picked from commit 8831e76)
…-14115 🍒 Cherry pick PR #14115 to staging 🍒
🚀 Cherry-picked to staging by @francoisl in version: 1.2.50-14 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
Thanks @francoisl, seems like this was CP'd successfully. |
🚀 Deployed to production by @Julesssss in version: 1.2.50-14 🚀
|
🚀 Cherry-picked to staging by https://github.com/AndrewGable in version: 1.3.28-2 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.3.28-5 🚀
|
@francoisl @mollfpr
Details
Related to #14048
After we decided to remove the
onFocus
function we should have also removed this code.It caused a regression and it was not even useful, I just forgot to recheck the code (Sorry for the trouble)
Fixed Issues
$ #14121
Tests
Offline tests
n/a
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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.Screenshots/Videos
Web
web.mp4
Mobile Web - Chrome
I can't upload a photo, perhaps a problem from my side only
Mobile Web - Safari
mweb-safari.mp4
Desktop
desktop.mp4
iOS
ios.mp4
Android
android.mp4