-
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
[HOLD for payment 2023-07-20] [HOLD for payment 2023-07-17] [$1000] Chat - Area outside the group avatar is clickable #22445
Comments
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Triggered auto assignment to @stitesExpensify ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Area outside the group avatar is clickable What is the root cause of that problem?The horizontal padding included here is considered to be part of the What changes do you think we should make in order to solve the problem?We need to replace the padding here with margins. If we want to keep on using the paddings, then we have to shift them to the wrapping component instead. What alternative solutions did you explore? (Optional)None |
ProposalPlease re-state the problem that we are trying to solve in this issue.The area outside the group avatar is clickable What is the root cause of that problem?There are actually two problems here,
What changes do you think we should make in order to solve the problem?Make individual avatars/row clickable. Remove pressable from here
Wrap this with App/src/components/MultipleAvatars.js Line 157 in 60f4817
or this App/src/components/MultipleAvatars.js Line 152 in 60f4817
We add What alternative solutions did you explore? (Optional)Replace paddings with margins. - style={[styles.ph5, styles.pb3, styles.alignSelfStart]}
+ style={[styles.mh5, styles.mb3, styles.alignSelfStart]} Use - left: -(overlapSize * index)
+ marginLeft: index ? -overlapSize : 0 We also need to update(or remove) the width App/src/components/MultipleAvatars.js Lines 138 to 144 in 60f4817
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Chat - welcome area outside the group avatar is clickable What is the root cause of that problem?There are 2 root causes.
What changes do you think we should make in order to solve the problem?Based on above analysis,
|
Okay so everyone so far has pointed to this line as the culprit, but as far as I can tell that hasn't been updated in 6 months. What happened in this staging deploy that caused things to break since it's working properly on production? |
Was it just something that was missed by this pr maybe? https://github.com/Expensify/App/pull/20512/files |
@stitesExpensify it was missed by #15929 |
In my proposal, first issue existed long time. 2nd issue was caused by #15929 |
@stitesExpensify I think the
If we use |
Hm okay. I think that your proposal makes sense @situchan. @puneetlath @WikusKriek what do you think since it looks like this PR is what caused the issue #15929 |
Job added to Upwork: https://www.upwork.com/jobs/~016720a203167c26a6 |
Triggered auto assignment to @Christinadobrzyn ( |
This comment was marked as outdated.
This comment was marked as outdated.
Hi @stitesExpensify, @puneetlath and @Christinadobrzyn, Also, @situchan's proposal is almost a duplicate of my proposal. |
@DrLoopFall please check PR. It was already merged. |
@situchan, I didn't say your proposed logic is a workaround, I said the solution you provided was fixing a workaround that was already there. So I proposed to totally remove that workaround and fix it in the root itself.
|
@DrLoopFall I didn't totally follow your proposal and since it was a deploy blocker, I went with @situchan's since I understood it. It's definitely possible that your solution is better. It looks like the solution we implemented created a bug. Perhaps you can post your proposal on this issue and we can discuss further? #22632 |
@puneetlath Thank you, |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.39-11 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-07-20. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
Triggered auto assignment to @sonialiap ( |
This comment was marked as outdated.
This comment was marked as outdated.
Reassigning as I'm going ooo. @sonialiap This is just waiting for payment based on #22445 (comment) Thanks! |
Paid ✔️ |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Issue found when executing PR #21402
Action Performed:
Expected Result:
The area outside the group avatar is not clickable
Actual Result:
The area outside the group avatar is clickable
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.38.3
Reproducible in staging?: Yes
Reproducible in production?: No
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Bug6120101_bandicam_2023-07-08_04-10-13-252.mp4
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: