-
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
iOS - Composer - No copy paste option in edit mode #49977
Comments
Triggered auto assignment to @anmurali ( |
Triggered auto assignment to @iwiznia ( |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
Regression from: #32711 |
ProposalPlease re-state the problem that we are trying to solve in this issue.iOS - Composer - No copy paste option in edit mode What is the root cause of that problem?We recently introduce the logic of hiding context menu for Composer text input with We already implemented it for the main composer however we forgot to implement useEffect(() => {
if (!showSoftInputOnFocus || !isKeyboardShown) {
return;
}
setContextMenuHidden(false);
}, [showSoftInputOnFocus, isKeyboardShown]); What changes do you think we should make in order to solve the problem?Just implement the logic of onTouchStart for the composer of
What alternative solutions did you explore? (Optional)N/A |
Retest request is here for easy access |
Issue fixed ScreenRecording_10-02-2024.01-35-36_1.MP4 |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.0..42-0
Reproducible in staging?: Y
Reproducible in production?: N
Email or phone of affected tester (no customers): applausetester+zm27@applause.expensifail.com
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
There will be copy paste option in edit mode.
Actual Result:
There is no copy paste option in edit mode.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6620895_1727771529331.no_copy_no_paste_.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: