17060 - migrated ImageView to PressableWithoutFeedback#20269
Conversation
|
@eVoloshchak @techievivek 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] |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-06-13.at.17.26.59.movMobile Web - Chromescreen-20230613-172301.mp4Mobile Web - SafariScreen.Recording.2023-06-13.at.17.25.52.movDesktopScreen.Recording.2023-06-13.at.17.23.11.moviOSScreen.Recording.2023-06-13.at.17.26.38.movAndroidscreen-20230613-172513.mp4 |
| > | ||
| <Pressable | ||
| <PressableWithoutFeedback | ||
| accessible={false} |
There was a problem hiding this comment.
Is there a reason we're setting this to false?
We could make this accessible with accessibilityRole="image" and put file name in accessibilityLabel
There was a problem hiding this comment.
Good point, I just added it
eVoloshchak
left a comment
There was a problem hiding this comment.
LGTM
cc: @techievivek
|
✋ 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/techievivek in version: 1.3.29-0 🚀
|
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.29-11 🚀
|
Details
Fixed Issues
$ #17060
PROPOSAL: #17060
Tests
+in the text input, addAdd attachmentOffline 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
web.mov
Mobile Web - Chrome
N/A
Mobile Web - Safari
N/A
Desktop
desktop.mov
iOS
N/A
Android
N/A