-
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
Remove renderCell method as it's no longer needed and causes errors #12688
Conversation
|
@Santhosh-Sellavel @jasperhuangg 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] |
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.
Working! Yay!
Reviewer Checklist
Screenshots/VideosWeb![Nov-11-2022 14-35-25](https://user-images.githubusercontent.com/30609178/201440094-8b47b374-dcbf-42c9-9a78-862ffe3d47e5.gif)Mobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
@thienlnam looks like this was merged without the checklist test passing. Please add a note explaining why this was done and remove the |
(cherry picked from commit 0d244e4)
…-12688 🍒 Cherry pick PR #12688 to staging 🍒
🚀 Cherry-picked to staging by @thienlnam in version: 1.2.27-3 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Cherry-picked to staging by @thienlnam in version: 1.2.27-3 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by @roryabraham in version: 1.2.27-4 🚀
|
🚀 Deployed to production by @roryabraham in version: 1.2.27-4 🚀
|
🚀 Cherry-picked to staging by https://github.com/AndrewGable in version: 1.3.28-2 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.3.28-5 🚀
|
@dangrous please review
Details
Based on the discussion here, we're removing adding z-indexes to the message cells within a chat, since there is no issue with them being cut off without them, and they're causing an issue with the context menu escaping the cursor.
Fixed Issues
$ #12687
Tests/QA
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
Kapture.2022-11-11.at.13.33.08.mp4
Mobile Web - Chrome
Kapture.2022-11-11.at.13.49.15.mp4
Mobile Web - Safari
Kapture.2022-11-11.at.13.45.11.mp4
Desktop
Kapture.2022-11-11.at.13.36.24.mp4
iOS
Kapture.2022-11-11.at.13.43.46.mp4
Android
Kapture.2022-11-11.at.13.48.02.mp4