-
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
[$500] Android - Rooms can be created when the user presses the Return key while typing in the description #36624
Comments
Job added to Upwork: https://www.upwork.com/jobs/~01fe10c08e956825df |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mananjadhav ( |
Triggered auto assignment to @kevinksullivan ( |
We think that this bug might be related to #vip-vsb |
ProposalPlease re-state the problem that we are trying to solve in this issue.Rooms can be created when the user presses the Return key while typing in the description What is the root cause of that problem?We don't disable pressing the submit button on enter here What changes do you think we should make in order to solve the problem?We should change disable press on enter to AlternativelyWe can remove the prop |
ProposalPlease re-state the problem that we are trying to solve in this issue.Rooms can be created when the user presses the Return key while typing in the description What is the root cause of that problem?We do not define the type of functionality for enter button for the description App/src/pages/workspace/WorkspaceNewRoomPage.js Lines 312 to 322 in 23b749a
What changes do you think we should make in order to solve the problem?pass a default prop (React documentation) <InputWrapper
InputComponent={TextInput}
inputID={INPUT_IDS.REPORT_DESCRIPTION}
returnKeyType='done' What alternative solutions did you explore? (Optional)N/A |
ProposalPlease re-state the problem that we are trying to solve in this issue.Rooms can be created when the user presses the Return key while typing in the description What is the root cause of that problem?The issue seems device specific, not reproducible on emulator, but I believe it can be solved if we pass the props below conditionally.
What changes do you think we should make in order to solve the problem?We should pass false if
Additionally we can also check for Result |
ProposalPlease re-state the problem that we are trying to solve in this issue.Android - Rooms can be created when the user presses the Return key while typing in the description What is the root cause of that problem?The component tha listens for To know which input is focus we can use
What changes do you think we should make in order to solve the problem?Update Because the What alternative solutions did you explore? (Optional)
|
@mananjadhav, @kevinksullivan Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@kbecciv I can see only |
@mananjadhav If we do not pass the prop For Android, the default value of returnKeyType is "done". And hence on iOS we don't see the submit behavior but we see it submits on android devices |
@mananjadhav Let me double check with reproducible platforms. |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@mananjadhav Issue is reproducible only on Android app |
@mananjadhav, @kevinksullivan Whoops! This issue is 2 days overdue. Let's get this updated quick! |
bump @mananjadhav for review :) |
@mananjadhav, @kevinksullivan 6 days overdue. This is scarier than being forced to listen to Vogon poetry! |
Will review this by tomorrow. |
I have asked for a clarifying question here. Overall I am inclined to use |
@kevinksullivan I am a little lost here on the expected behavior. Based on @ishpaul777's comment it was done intentionally? Are we looking to rollback the change or only fix for Android? |
@mananjadhav @kevinksullivan this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@mananjadhav, @kevinksullivan Huh... This is 4 days overdue. Who can take care of this? |
@mananjadhav, @kevinksullivan Eep! 4 days overdue now. Issues have feelings too... |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@mananjadhav @kevinksullivan this issue is now 3 weeks old. There is one more week left before this issue breaks WAQ and will need to go internal. What needs to happen to get a PR in review this week? Please create a thread in #expensify-open-source to discuss. Thanks! |
@mananjadhav, @kevinksullivan Still overdue 6 days?! Let's take care of this! |
@kevinksullivan Can you please confirm the expected behavior? |
@mananjadhav, @kevinksullivan Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@mananjadhav @kevinksullivan this issue is now 4 weeks old and preventing us from maintaining WAQ, can you:
Thanks! |
Current assignee @mananjadhav is eligible for the Internal assigner, not assigning anyone new. |
@mananjadhav, @kevinksullivan Huh... This is 4 days overdue. Who can take care of this? |
Huh, closing out if this was by design. @kbecciv was there a particular test you ran where it suggested this was a bug? |
@kevinksullivan No particular test, exploratory issue! |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 1.4.42.0
Reproducible in staging?: y
Reproducible in production?: y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Action Performed:
Expected Result:
Room should not be created
Actual Result:
Rooms can be created when the user presses the Return key while typing in the description
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Screen_Recording_20240215_131957_New.Expensify.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: