-
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: emoji picker hides on resize window #28688
Conversation
@narefyev91 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] |
@abdulrahuman5196 You can start review |
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 am supposed to take over this PR since I had approved the proposal on issue.
@narefyev91 Sorry for the confusion.
Just commenting to get this issue into my K2
@shubham1206agra Offline tests are missing in author's checklist. |
Updated |
@shubham1206agra Even though the issue is specific to web/desktop. The changes are still made in index.js files which could indirectly affect safari and chrome mobile as well. We have to test and make sure nothing breaks there and add videos in the author's checklist on the same. |
How would we test mobile? |
@shubham1206agra Not needed to test the issue specifically(If the issue is not directly applicable on mobile). Just need to make sure popover opens normally there and we don't see any crashes or abnormal behaviour there should be fine. This is to make sure we don't break anything else unknowingly. |
Occasionally I am seeing the window getting closed. Not sure on the pattern. Could you check on the video attached? Screen.Recording.2023-10-03.at.7.48.42.PM.mp4 |
@abdulrahuman5196 Can you confirm this behaviour on Safari? |
I don't understand this. Do you mean web safari? For any specific reason? |
Wait |
@abdulrahuman5196 Can you test this now? |
@shubham1206agra Could you provide some information on the fix made for the issue? I am not able to understand the fix? |
When we open any popover in the larger view, the |
@abdulrahuman5196 Can you complete the review today itself please? |
Yes will re-review tonight, just closing a deployment blocker. If not other issue, it should be good. |
Reviewing now |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-10-04.at.9.01.18.PM.mp4Mobile Web - Chromeaz_recorder_20231004_210919.mp4Mobile Web - SafariScreen.Recording.2023-10-04.at.9.06.23.PM.mp4DesktopScreen.Recording.2023-10-04.at.9.21.33.PM.mp4iOSScreen.Recording.2023-10-04.at.9.11.02.PM.mp4Androidaz_recorder_20231004_211613.mp4 |
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.
Changes looks good and works well. Reviewers checklist is also complete.
All yours. @mountiny
🎀 👀 🎀
C+ Reviewed
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.
Thank you!
✋ 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/mountiny in version: 1.3.78-0 🚀
|
🚀 Deployed to production by https://github.com/Beamanator in version: 1.3.78-4 🚀
|
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.79-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.79-5 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.79-5 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.79-5 🚀
|
Details
Fixed Issues
$ #21560
PROPOSAL: #21560 (comment)
Tests
Additional Test
Offline Tests
Same as Tests
QA Steps
Same as Tests
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
Screen.Recording.2023-10-03.at.1.12.18.PM.mov
Mobile Web - Chrome
NA
Mobile Web - Safari
NA
Desktop
Screen.Recording.2023-10-03.at.1.22.27.PM.mov
iOS
NA
Android
NA