-
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
Android - Room - Enter key saves the room description instead of entering the next line #46644
Comments
Triggered auto assignment to @jliexpensify ( |
Triggered auto assignment to @MonilBhavsar ( |
👋 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:
|
We think this issue might be related to the #vip-vsb |
Production Screen_Recording_20240801_121709_New.Expensify.mp4 |
ProposalPlease re-state the problem that we are trying to solve in this issue.Enter key saves the room description instead of entering the next line What is the root cause of that problem?Missing What changes do you think we should make in order to solve the problem?Add // src/pages/RoomDescriptionPage.tsx#L76
<FormProvider
style={[styles.flexGrow1, styles.ph5]}
formID={ONYXKEYS.FORMS.REPORT_DESCRIPTION_FORM}
onSubmit={submitForm}
submitButtonText={translate('common.save')}
enabledWhenOffline
+ disablePressOnEnter
> POC
Screen_Recording_20240801_132510_New.Expensify.Dev.mp4 |
Demoting from blocker as it happens on samsung keyboards only. Commented on the suspicious PR. I think this should be handled as a regression |
@nyomanjyotisa Could you please take a look at this issue? App/src/components/Form/InputWrapper.tsx Line 57 in 1a93406
|
Thank you for looking. If you don't mind, I'll assign you to this issue as a C+ |
Sure, will check and create a follow up PR today |
Thank you @nyomanjyotisa! I have assigned you to the issue |
Any update here @nyomanjyotisa ? 😃 |
@rayane-djouah PR ready for review |
PR on staging |
@MonilBhavsar We can close this one. No payment is due. |
Sounds good, thanks all for the help! |
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.15-4
Reproducible in staging?: Y
Reproducible in production?: N
Logs: https://stackoverflow.com/c/expensify/questions/4856
Issue reported by: Applause-Internal team
Action Performed:
Precondition:
Expected Result:
Enter key will enter the next line (production behavior with Samsung keyboard).
Actual Result:
Enter key saves the room description instead of entering the next line.
This issue is only reproducible on Samsung keyboard and not Gboard.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Bug6558711_1722469785650.1722469611748_Screen_Recording_20240801_074553_New_Expensify.mp4
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @rayane-djouahThe text was updated successfully, but these errors were encountered: