-
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 issue with tooltip after long-pressing on username #13204
Fix issue with tooltip after long-pressing on username #13204
Conversation
@aimane-chnaif @amyevans 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] |
I am not sure why it assigned @aimane-chnaif instead of me for the C+ review. Reviewing the PR now. |
That's because the issue is marked as |
I fixed the reviewers assigned - though @aimane-chnaif if you had already started reviewing it and care to continue, that's okay too. |
yeah, I already reviewed and left comment here waiting feedback from @sketchydroide |
This comment was marked as duplicate.
This comment was marked as duplicate.
Based on the comment here, I am going ahead and testing this. We can always discard the review if we want to change the approach. cc - @sketchydroide All yours. |
Reviewer Checklist
Screenshots/VideosWebweb-disable-selectable.movMobile Web - Chromemweb-chrome-disable-selectable.movMobile Web - Safarimweb-safari-disable-selectable.movDesktopdesktop-disable-selectable.moviOSios-disable-selectable.movAndroidandroid-disable-selectable.mov |
✋ 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 @sketchydroide in version: 1.2.36-0 🚀
|
🚀 Deployed to production by @francoisl in version: 1.2.36-4 🚀
|
Details
Fixed Issues
$ #9973
PROPOSAL: #9973 (comment)
Tests
Copy
tooltipOffline tests
Not applicable
QA Steps
Copy
tooltipPR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
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)Screenshots/Videos
Web
Screen.Recording.2022-11-30.at.19.14.33.mov
Mobile Web - Chrome
22-11-30-20-23-29.mp4
Mobile Web - Safari
Screen.Recording.2022-11-30.at.19.10.48.mov
Desktop
Screen.Recording.2022-11-30.at.19.12.39.mov
iOS
Screen.Recording.2022-11-30.at.19.07.06.mov
Android
22-11-30-19-17-19.mp4