-
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
fix 15438 maintain white space in display name #15646
fix 15438 maintain white space in display name #15646
Conversation
@alex-mechler @Santhosh-Sellavel 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] |
@tienifr Can you make sure to include the fix for the LHN bug that was mentioned here as well? It was a duplicate that was not added to the original issue body on accident |
@alex-mechler I just fixed that and also updated the screenshot. Please help to check |
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.
Bug :#15646 (comment)
This comment was marked as outdated.
This comment was marked as outdated.
@Santhosh-Sellavel I just updated the workspace name in all pages, please help to check again
|
Hi @alex-mechler Thanks for pointing this out. We have to use |
This issue really crazy one, we could easily miss a few places if we are not careful. Will continue testing this tomorrow meanwhile please look into the above issue @tienifr, thanks! cc: @alex-mechler |
This comment was marked as outdated.
This comment was marked as outdated.
@alex-mechler I just fixed it, please check again In Mobile |
Conflicts @tienifr |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-03-20.at.10.53.03.PM.movMobile Web - Chromedevice-2023-03-20-230727.mp4Mobile Web - SafariSimulator.Screen.Recording.-.iPhone.14.-.2023-03-20.at.23.02.39.mp4DesktopScreen.Recording.2023-03-20.at.10.14.29.PM.moviOSSimulator.Screen.Recording.-.iPhone.14.-.2023-03-20.at.23.00.24.mp4Androiddevice-2023-03-20-230405.mp4 |
@Santhosh-Sellavel I just fixed that |
Spent some time poking around, didn't see any spots that were immediately missed. @Santhosh-Sellavel Please ping me when this is ready for my review! |
Also, issue still not addressed in chat search results Screen.Recording.2023-03-20.at.12.18.19.AM.mov |
@Santhosh-Sellavel We are rendering the workspace name in the Archived room banner as HTML. So I suggest adding white-space: pre to the If we don't want to apply the white-space attribute to all strong tags, we also can create a new tag with white-space: pre and fontWeight: bold and use it in the Archived room banner. Both solutions work well |
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.
Tests well, just few queries
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.
LGTM, Tests well!
Over to you @alex-mechler! |
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.
Thanks for keeping with this!
✋ 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/alex-mechler in version: 1.2.88-0 🚀
|
🚀 Deployed to staging by https://github.com/alex-mechler in version: 1.2.88-0 🚀
|
This PR is causing a regression please see -> #16376 |
Revert PR #16395 |
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.2.88-2 🚀
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.2.88-2 🚀
|
Details
Maintain whitespace when showing display name
Fixed Issues
$ #15438
PROPOSAL: #15438 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
1. setting pageMobile Web - Chrome
setting page
profile page
LHN
report header
report item header
participant local time
IOU message
new chat page
new group page
send money page
request money page
detail page
Last Mesag
Mobile Web - Safari
setting page
profile page
LHN
report header
report item header
participant local time
IOU message
new chat page
new group page
send money page
request money page
detail page
Last Mesage in LHN
Desktop
1. setting pageiOS
Android