Fix growl error on paste text#11956
Merged
NikkiWines merged 1 commit intoExpensify:mainfrom Oct 18, 2022
Merged
Conversation
Member
|
@mollfpr, were you able to repro this at mWeb and native app? |
Contributor
Author
|
@thesahindia I can’t. I can’t the selection with a long press on the char. |
Member
Thanks. I just wanted to confirm it. |
Member
|
Changes looks good and works well. cc: @NikkiWines C+ reviewed 🎀👀🎀
|
thesahindia
approved these changes
Oct 18, 2022
NikkiWines
approved these changes
Oct 18, 2022
Contributor
NikkiWines
left a comment
There was a problem hiding this comment.
Looks good! Tested + works well
Contributor
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
36 tasks
Contributor
|
🚀 Deployed to staging by @NikkiWines in version: 1.2.18-0 🚀
|
Contributor
|
🚀 Deployed to staging by @NikkiWines in version: 1.2.18-0 🚀
|
Contributor
|
🚀 Deployed to production by @chiragsalian in version: 1.2.18-10 🚀
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
On the Desktop and Web app, a growl error appears when pasting text because of the condition to check whether the text paste is an image.
Fixed Issues
$ #11131
$ #11131 (comment)
Tests
For Desktop or Web
PR Review Checklist
PR Author Checklist
### Fixed Issuessection aboveTestssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*filesSTYLE.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)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issuessection aboveTestssectionQA stepssectiontoggleReportand notonIconClick).src/languages/*filesSTYLE.md) were followedAvatar, I verified the components usingAvatarhave been tested & I retested again)/** 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)QA Steps
For Desktop or Web
Screenshots
Web
Fix.Growl.Error.on.Paste.Text.Web.mov
Mobile Web - Chrome
Fix.Growl.Error.on.Paste.Text.mWeb.Chrome.mov
Mobile Web - Safari
Fix.Growl.Error.on.Paste.Text.mWeb.Safari.mov
Desktop
Fix.Growl.Error.on.Paste.Text.Desktop.mov
iOS
Fix.Growl.Error.on.Paste.Text.iOS.mov
Android
Fix.Growl.Error.on.Paste.Text.Android.mov