-
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
Web - Workspace name overflows when too long on report detail page #22894
Comments
Triggered auto assignment to @flaviadefaria ( |
Bug0 Triage Checklist (Main S/O)
|
Proposalby: @namhihi237 Please re-state the problem that we are trying to solve in this issue.The name of the workspace is not overflowed What is the root cause of that problem?We haven't styled it in case the workspace name is too long. App/src/pages/ReportDetailsPage.js Lines 159 to 168 in 2454ea8
What changes do you think we should make in order to solve the problem?We can do the same WorkspaceInitialPage <PressableWithoutFeedback
style={[ styles.w100]}
>
<Text
numberOfLines={1}
style={[styles.alignSelfCenter, styles.pre]}
>
{chatRoomSubtitleText}
</Text>
</PressableWithoutFeedback> What alternative solutions did you explore? (Optional)We can show full name and drop line if we need show full |
actually it's dupe: #19609 |
ProposalPlease re-state the problem that we are trying to solve in this issue.The issue we're trying to solve involves a parent container with certain styles and a child element with text that goes beyond the boundaries of the parent. What is the root cause of that problem?The When you remove By adding What changes do you think we should make in order to solve the problem?To prevent the child text from overflowing, you can either remove Lines 2160 to 2165 in b9508b6
CleanShot.2023-07-15.at.19.16.42-converted.mp4 |
Closing as this is a dupe. |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
The name of the workspace is not overflowed
Actual Result:
Workspace name is overflowing
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.40-5
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
Notes/Photos/Videos: Any additional supporting documentation
Screen.Recording.2023-07-14.at.05.55.37.mov
Recording.3629.mp4
Expensify/Expensify Issue URL:
Issue reported by: @namhihi237
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1689288910992129
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: