-
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
[Cp Staging] Fix issues with send button on iOS #24203
[Cp Staging] Fix issues with send button on iOS #24203
Conversation
@mananjadhav Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@pradeepmdk can you update the test steps to:
- Number the steps (1, 2, 3, etc.). It is easier to identify the step if they're numbered.
- Include the test for single character.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pradeepmdk as a new contributor, you should always use signed commit
Test Steps: For Issue #24147
For Issue #24193
|
Yes, we can't merge until it's a signed commit! |
Yeah, @pradeepmdk is working on it. They DMed me. |
39d294d
to
306b08b
Compare
We will need to CP this to staging? |
I think yes. |
306b08b
to
c8bd5bc
Compare
Signed-off-by: pradeepkumar <pradeepkumar@pradeepkumars-MacBook-Pro.local> Signed-off-by: pradeepkumar <kongupradeep@live.com>
c8bd5bc
to
355c065
Compare
@pradeepmdk The commit shows signed now. |
Reviewer Checklist
Screenshots/VideosWebweb-copy-text.movMobile Web - Chromemweb-chrome-copy-text.movMobile Web - Safarimweb-safari-copy-text.movDesktopdesktop-copy-text.moviOSios-copy-text.movAndroidandroid-copy-text.mov@techievivek @MonilBhavsar All yours. |
Yes @mananjadhav Thank you for your support for this @aimane-chnaif updated now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Fix issues with send button on iOS (cherry picked from commit 210d985)
🚀 Deployed to staging by https://github.com/MonilBhavsar in version: 1.3.50-3 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.50-3 🚀
|
🚀 Deployed to staging by https://github.com/MonilBhavsar in version: 1.3.52-0 🚀
|
🚀 Deployed to staging by https://github.com/MonilBhavsar in version: 1.3.52-0 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.52-5 🚀
|
Details
Send button is not enabled if only 1 character is typed after sending another message and after sending paste also send button is not enabled
React native PR merged on 0.72.2
facebook/react-native#37958
Fixed Issues
$ #24147, #24193
PROPOSAL: #24147 (comment)
Tests
Issue for #24147
Issue for #24193
Offline tests
Same as testing
QA Steps
Same as testing
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Simulator.Screen.Recording.-.iPhone.14.Pro.-.2023-08-07.at.15.31.08.mp4
Android