-
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
fix: double click compose box and select placeholder #19096
Conversation
@tgolen @mananjadhav One of you needs to 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] |
@@ -1547,8 +1547,8 @@ const styles = { | |||
// paddingVertical: 0, alignSelf: 'center', and textAlignVertical: 'center' | |||
|
|||
paddingHorizontal: variables.avatarChatSpacing, | |||
paddingTop: 0, | |||
paddingBottom: 0, | |||
paddingTop: 5, |
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.
@dukenv0307 Your proposal mentioned that if the numberOfLines would be 1, the padding values should be 9. I don't see that change here, can you please explain?
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.
I think that's covered in the textInputCompose
style right above this? The styles will be used conditionally: this.props.numberOfLines > 1 ? styles.textInputComposeMultiLines : styles.textInputCompose,
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.
I just updated
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.
Looking at the comment above the textInputCompose
style, could you please be sure to update the PR description to run all the tests mentioned in #12669 ?
@@ -1547,8 +1547,8 @@ const styles = { | |||
// paddingVertical: 0, alignSelf: 'center', and textAlignVertical: 'center' | |||
|
|||
paddingHorizontal: variables.avatarChatSpacing, | |||
paddingTop: 0, | |||
paddingBottom: 0, | |||
paddingTop: 5, |
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.
I think that's covered in the textInputCompose
style right above this? The styles will be used conditionally: this.props.numberOfLines > 1 ? styles.textInputComposeMultiLines : styles.textInputCompose,
src/styles/styles.js
Outdated
// On Android, multiline TextInput with height: 'auto' will show extra padding unless they are configured with | ||
// paddingVertical: 0, alignSelf: 'center', and textAlignVertical: 'center' |
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.
I'm not sure what to make of this. Why is this explanation here, but it doesn't really appear to do anything or be valuable.
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 for addressing the changes @dukenv0307. I'll now starting testing.
Reviewer Checklist
Screenshots/VideosWebweb-cursor.movMobile Web - Chromemweb-chrome-cursor.movMobile Web - Safarimweb-safari-cursor.movDesktopdesktop-cursor.moviOSios-cursor.movAndroidandroid-cursor.movThanks for the quicl PR @dukenv0307. all yours @tgolen |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/tgolen in version: 1.3.16-0 🚀
|
@dukenv0307 This PR has caused a regression #19358 |
Creating a revert for now |
🚀 Deployed to production by https://github.com/chiragsalian in version: 1.3.16-7 🚀
|
2 similar comments
🚀 Deployed to production by https://github.com/chiragsalian in version: 1.3.16-7 🚀
|
🚀 Deployed to production by https://github.com/chiragsalian in version: 1.3.16-7 🚀
|
🚀 Deployed to production by https://github.com/chiragsalian in version: 1.3.16-7 🚀
|
Details
App displays normal pointer on some parts of compose box when not in focus and double click, it selects placeholder text
Fixed Issues
$ #18110
PROPOSAL: #18110 (comment)
Tests
Offline tests
QA Steps
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
Web.mp4
Mobile Web - Chrome
mb-chrome.mp4
Mobile Web - Safari
mb-safari.mp4
Desktop
Desktop.mp4
iOS
IOS.mp4
Android
Android.mp4
Screenshots/Videos #12669
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
IOS
Android