-
Notifications
You must be signed in to change notification settings - Fork 987
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
Test react-native-desktop TextInput changes #6247
Conversation
Pull Request Checklist
|
@churik, could you please check that my changes in react-native-desktop has no negative impact on status-react? |
@vkjr 1. Leftover input from a sent reply message when switching between chats Steps to reproduce:
Actual result: Additional data: 2. Icons are broken when user is inserting data between the icons Steps to reproduce:
Actual result: Expected result: Additional data: 3. Question - when switching between chats with input on 1 chat, should focus be at the end of text when you are switching back to 1 chat? |
@SlizkovaGanna regarding 1. I think it's more a problem because of the hack that we used to go around this bug so we'll need to fix it in status-react. For 2. it's probably a problem with this fix ? @vkjr |
@SlizkovaGanna, thanks for finding these! @yenda, regarding 2 - yes, that was a bug, I fixed it.
Before that wasn't a problem because calling
|
@yenda, do you have suggestion on how we can change clojure code to avoid this? Theoretically we can set some flag when message sent and do not process |
@vkjr after cleaning up the input field to have it like the one in mobile, it still doesn't have the same behavior. When sending the message with the button, it doesn't empty the input-field as it does in mobile. |
I also got a few crashes:
|
@yenda, yeah, I also have crashes. Checking now. |
92fbb68
to
d169d28
Compare
@SlizkovaGanna, could you please check again. Problems you mentioned fixed now |
90% of end-end tests have passed
Failed tests (6)Click to expand
Passed tests (54)Click to expand
|
No issues found. Old issues are indeed fixed. The failed test #1 is unrelated to those changes. Tested on MacOS 10.13.4 |
@SlizkovaGanna, could you please put |
d169d28
to
7e9d7c7
Compare
Signed-off-by: Volodymyr Kozieiev <[email protected]>
7e9d7c7
to
0bc9fb6
Compare
Supplemental changes to
react-native-desktop
fixes - status-im/react-native-desktop-qt#365.:on-submit-editing
now supported in multiline TextInputs, so chat input was adjusted to use it.Should be fixed right after status-im/react-native-desktop-qt#365