-
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
[HOLD for payment 2024-01-17] [$500] mWeb - Room - The invited users email id is not fully visible in room chat page #33305
Comments
Job added to Upwork: https://www.upwork.com/jobs/~01118481c486c1f575 |
Triggered auto assignment to @muttmuure ( |
Bug0 Triage Checklist (Main S/O)
|
Triggered auto assignment to Contributor-plus team member for initial proposal review - @jjcoffee ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.The long invited message is out of screen. What is the root cause of that problem?We don't have a style to break the word if it's very long. For other types of messages, we have a View wrapper with a style of break-word. App/src/pages/home/report/ReportActionItemMessage.js Lines 101 to 108 in 9857874
Lines 1744 to 1753 in 9857874
But we don't have for invited message. App/src/pages/home/report/ReportActionItemMessage.js Lines 47 to 55 in 9857874
What changes do you think we should make in order to solve the problem?Have the same view wrapper and the same style. What alternative solutions did you explore? (Optional)Or just apply a single break word style ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.The long invited message is out of screen. What is the root cause of that problem?We display text using What changes do you think we should make in order to solve the problem?I think we need same logic between "workspace added message" and "room invite message". App/src/pages/home/report/ReportActionItemMessage.js Lines 44 to 57 in aa1d87c
What alternative solutions did you explore? (Optional) |
It looks like this is intentional because this has a tooltip to view the entire mail: But if not, here is my proposal: ProposalPlease re-state the problem that we are trying to solve in this issue.mWeb - Room - The invited users email id is not fully visible in room chat page What is the root cause of that problem?The content of the account/email text is shorter than the container and we are specifying the max line number of 1, the content will never break the line due to this pre style and the next below:
What changes do you think we should make in order to solve the problem?We can switch the numberOfLines props to change it by 2 when the mouse enters and leave like:
Also, we should remove the unnecessary prop in:
Result: After.changes.mouse.over.invites.mov |
ProposalPlease re-state the problem that we are trying to solve in this issue.mWeb - Room - The invited users email id is not fully visible in room chat page What is the root cause of that problem?For lengthy words, we lack a specific styling to enable word-breaking. Conversely, in various message formats, we wrap with a View element featuring a break-word style. What changes do you think we should make in order to solve the problem?Instead of adding the word-breaking style everywhere we should add it in the App/src/components/HTMLEngineProvider/BaseHTMLEngineProvider.js Lines 73 to 74 in c0313c2
Updated code: Result |
@jjcoffee, @muttmuure Huh... This is 4 days overdue. Who can take care of this? |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@jjcoffee, @muttmuure 6 days overdue. This is scarier than being forced to listen to Vogon poetry! |
@jjcoffee, @muttmuure 8 days overdue is a lot. Should this be a Weekly issue? If so, feel free to change it! |
@jjcoffee, @muttmuure 12 days overdue now... This issue's end is nigh! |
Reviewing today! |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
I'm inclined to go with @bernhardoj's proposal as the email is styled as a mention and we already wrap mentions in normal messages: I don't think in this case we would want to apply it as a general style for 🎀👀🎀 C+ reviewed |
Triggered auto assignment to @dangrous, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
@dangrous @jjcoffee @muttmuure this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
Yeah I think that's fine! My only note would be to double check those other styles added in Assigning! |
📣 @jjcoffee 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
📣 @bernhardoj 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
PR is ready cc: @jjcoffee |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.23-4 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 2024-01-17. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
@jjcoffee I think we're ready to get the checklist updated and close this out! |
Regression Test Proposal
Do we agree 👍 or 👎 |
Looks good! One tiny edit, just for clarity:
|
@muttmuure hi, I think we haven't been paid yet. |
@muttmuure Friendly bump for payment! 🙇 |
Oops, sorry! All paid up |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 1.4.14
Reproducible in staging?: Y
Reproducible in production?: Y
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
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Action Performed:
Expected Result:
The invited users email id must be fully visible in room chat page
Actual Result:
The invited users email id is not fully visible in room chat page
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6319929_1703004451885.room.mp4
Bug6319929_1703004451885.room.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @muttmuureThe text was updated successfully, but these errors were encountered: