-
Notifications
You must be signed in to change notification settings - Fork 3k
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 option row user select #12059
Merged
sketchydroide
merged 2 commits into
Expensify:main
from
mollfpr:fix-option-row-user-select
Oct 25, 2022
Merged
Fix option row user select #12059
sketchydroide
merged 2 commits into
Expensify:main
from
mollfpr:fix-option-row-user-select
Oct 25, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
melvin-bot
bot
requested review from
sketchydroide and
thesahindia
and removed request for
a team
October 21, 2022 15:16
Bump @thesahindia 🚀 |
ScreenshotsWeb Screen.Recording.2022-10-24.at.4.31.31.PM.movMobile Web - Chrome Screen.Recording.2022-10-24.at.4.45.09.PM.movMobile Web - Safari Screen.Recording.2022-10-24.at.4.37.47.PM.movDesktop Screen.Recording.2022-10-24.at.4.49.55.PM.moviOS Screen.Recording.2022-10-24.at.4.35.12.PM.movAndroid Screen.Recording.2022-10-24.at.4.39.52.PM.mov |
Looks good and tests well. cc: @sketchydroide C+ reviewed 🎀👀🎀
|
thesahindia
approved these changes
Oct 24, 2022
sketchydroide
approved these changes
Oct 25, 2022
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
28 tasks
🚀 Deployed to staging by @sketchydroide in version: 1.2.20-0 🚀
|
🚀 Deployed to production by @chiragsalian in version: 1.2.20-3 🚀
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Details
“What’s it for?” is hightailed if double taps on the selected user and "Who Was There?" is highlighted if double taps on the requestor. Adding the
user-select: none
style to theHoverable
container styles will remove the selection style fromOptionRow
.Fixed Issues
$ #11771
$ #11771 (comment)
Tests
QA Steps
PR Review Checklist
PR Author Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting 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)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesWaiting 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
have been tested & I retested again)/** 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)Screenshots
Web
Fix.Text.Highlighted.Web.-.Safari.mov
Fix.Text.Highlighted.Web.-.Chrome.mov
Mobile Web - Chrome
Fix.Text.Highlighted.mWeb.Chrome.mov
Mobile Web - Safari
Fix.Text.Highlighted.mWeb.Safari.mov
Desktop
Fix.Text.Highlighted.Desktop.mov
iOS
Fix.Text.Highlighted.iOS.mov
Android
Fix.Text.Highlighted.Android.mov