[No QA] [TS migration] Migrate 'focusAndUpdateMultilineInputRange.js' lib to TypeScript#26234
Conversation
bb1be3a to
004fe53
Compare
|
@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] |
|
We did not find an internal engineer to review this PR, trying to assign a random engineer to #24759 as well as to this PR... Please reach out for help on Slack if no one gets assigned! |
|
LGTM! |
Reviewer Checklist
Screenshots/VideosWebweb.movMobile Web - Chromeandroid-chrome.movMobile Web - Safariios-safari.movDesktopdesktop.moviOSios.movAndroidandroid.mov |
|
Holding for merge freeze |
stitesExpensify
left a comment
There was a problem hiding this comment.
Sorry for the delay here, one quick request and then i will merge!
|
|
||
| input.focus(); | ||
| if (input.value && input.setSelectionRange) { | ||
| if ('setSelectionRange' in input && input.value) { |
There was a problem hiding this comment.
Can we switch this to _.has() instead? As far as I can tell we don't use the in keyword in our codebase
There was a problem hiding this comment.
Hey! FYI I took over this PR as Eugene is out of office. Using underscore is forbidden in TypeScript files, afaik we are using in in some places e.g. useDraggableInPortal.ts. Let me know what you think!
There was a problem hiding this comment.
Gotcha. On second look, it does look like we are starting to use in in typescript
|
✋ 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/stitesExpensify in version: 1.3.79-0 🚀
|
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.79-5 🚀
|
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.79-5 🚀
|
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.79-5 🚀
|
Details
Fixed Issues
$ #24759
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android