-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Hold for payment 2021-08-02] Desktop - Unable to use grammar recommendation when editing a message #4107
Comments
Triggered auto assignment to @deetergp ( |
It looks like there's something in the edit box suppressing the use of context menus all together. I think this is something on which an external contractor should be able to work. |
Triggered auto assignment to @arielgreen ( |
Yes @deetergp
To fix this we can add a prop to When we are editing a message i.e. if (this.props.preventDefault) {
e.preventDefault();
} Now a native menu will work. |
@parasharrajat That looks good, let's do it! @arielgreen Not sure how I managed to un-assign you, but now I've added you back. Let's get this into Upwork so Rajat can work on it. |
@parasharrajat I just sent over an offer on Upwork. |
@arielgreen I just sent the PR over Github. 😺 |
Apologies for the delay, reviewing the PR now. |
Reviewed, approved, and merged! |
Paid! Thanks for the bump, @parasharrajat 😅 |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
User should be able to use the right click on the misspelled word.
Actual Result:
User is unable to use right click on the misspelled word.
Workaround:
Unknown.
Platform:
Where is this issue occurring?
Web
iOS
Android
Desktop App ✔️
Mobile Web
Version Number: 1.0.79-0
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Expensify/Expensify Issue URL:
View all open jobs on Upwork
From @mallenexpensify https://expensify.slack.com/archives/C01GTK53T8Q/p1626286431252400
The text was updated successfully, but these errors were encountered: