-
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 - Unexpected quantity of letters when inputting room name in capital letters #13463
Comments
Triggered auto assignment to @johncschuster ( |
The issue is on RN. There is a posted workaround and a possible PR that may fix it but it's still a draft. Given that room feature is still in beta, perhaps we should do nothing for now. |
I think s77rt might be right, also this is an old bug on RN (2019), not sure why they have not tried to fix it yet |
I wonder if someone with an android test what happens in Android Whatsapp? |
Asked @Julesssss for some help to test here, and in Whatsapp this does not happen, therefor I think we should keep this open, and try to see if there is a fix for it. |
As it is known bug in React Native for android and there is no actual fix for it at the moment. We can use a workaround to fix the problem by
WhatsApp.Video.2022-12-14.at.8.13.07.AM.mp4@sketchydroide Is there any reason we are restricting user from using capital letters in Room Name ? As on WhatsApp for instance for Group Name they don't restrict user from entering capital letters that's why this doesn't happen there we are forcing room name to be lowercase.
WhatsApp.Video.2022-12-14.at.8.24.09.AM.mp4 |
@syedsaroshfarrukhdot I don't think we want a workaround for this, besides you posted the workaround I linked. |
I think the idea was to do something like slack does, and to not allow capital letter in the room/channel name. |
I think I understand the underlying issue here, because there is a feedback loop using the onChange to reset the text as lowercase. I think this creates an issue where it's trying to set the new text on top of the old one and creates copies. |
@sketchydroide What about the use of style |
@s77rt and @syedsaroshfarrukhdot while I appreciate the feedback, and your link helped understand the problem @s77rt, please remember that we will only pay for solutions that are presented in External labeled GHs (this one is not, and probably will not be) This said yes I think at this stage I will test the removing |
@sketchydroide I'm aware of that and I appreciate your concern |
keyboardType="visible-password" seems to work for this case, so building a PR for this, I'm also removing autoCapitalize="none" as I feel it's confusing, as it does nothing, the onChange does. |
G has been Merged, we can start the payment for the C+ @johncschuster 🙇🏼 |
no update, waiting on payment still I think |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.2.41-4 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2022-12-27. 🎊 After the hold period, please check if any of the following need payment for this issue, and if so check them off after paying:
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
This fix is now in prod, the only thing missing is payments. |
bump @johncschuster seems OOO will probably wait for next week |
John still OOO today, maybe tomorrow |
@johncschuster bump |
change the title since it's awayting payment |
@sketchydroide thanks for the bumps! I'm finally getting caught up from being OOO. I'll get the payment issued in just a moment. |
@thesahindia can you apply for the Upwork job when you get the chance? |
Added the |
@thesahindia, I've accepted your proposal in Upwork. Can you accept the offer? Once you've done that, I'll get the payment issued. |
@johncschuster accepted, thanks! |
Paid! 🎉 |
I think there is nothing left to do here, closing |
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:
Name should be correctly input
Actual Result:
Unexpected quantity of letters when inputting room name in capital letters
Workaround:
Unknown
Platform:
Where is this issue occurring?
Version Number: 1.2.37.0
Reproducible in staging?: Yes
Reproducible in production?: Yes
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Bug5855634_Screenrecorder-2022-12-08-20-53-30-25_1___1_.mp4
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: