-
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
Chat - Tiny dots displayed in link name for message/link [([some])](https://google.com) #19646 #20147
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
recheck |
2 similar comments
recheck |
recheck |
@PauloGasparSv @narefyev91 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] |
Hi @narefyev91 Can you please help & have a look why CLA bot is still failing? |
@spcheema hey! It's failing on CLA - let's try to post same message to agreement with CLA |
I have read the CLA Document and I hereby sign the CLA |
recheck |
Reviewer Checklist
Screenshots/Videos |
recheck |
@spcheema Is it any chance that you could take a look on IOS issue with this underline? Maybe we can find the reason why IOS is working like that |
@spcheema and also please check failing Lint |
@narefyev91 I did try to find a solution but unfortunately this is how iOS rendering engine handles text underline on iOS devices. I just tested with Swift UI app and result is the same for iPhone & iPad. Iphone video: mobile.SwiftUI-5_June_2023.mp4iPad: |
Build is now passing. Also this PR does not have any functional change so I can't find any reason to test it against hight traffic account unless you recommend it. |
I think we do not really need here high traffic account, i will review the changes and fill checklist and if nothing will pops up we will be good to go! |
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
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.
✋ 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/PauloGasparSv in version: 1.3.24-0 🚀
|
@PauloGasparSv @isagoico As I discussed with @narefyev91 that currently there is no solution for iOS (iPhone, iPad). It's the way iOS render underline. I have created a test app in SwiftUI as well to find the out difference. Unfortunately the result is same. Here is video & screenshots: #20147 (comment) The Another one captured from iOS MAIL (iPhone) app: #19646 (comment) I hope above reasoning is good enough. |
Understood, thanks for the explanation. |
So sorry, I forgot that you explained that before finishing the P.R..
I agree @isagoico we can check it off! |
🚀 Deployed to production by https://github.com/roryabraham in version: 1.3.24-5 🚀
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.3.24-5 🚀
|
Details
Fixed Issues
$ #19646
PROPOSAL: #19646 (comment)
Tests
Offline tests
Bug is not related to offline mode itself. No extra steps needed.
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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
Safari-mac--5-June.2023.mp4
Mobile Web - Chrome
Chrome-mobile.mp4
Mobile Web - Safari
mobile-safari.mp4
Desktop
Mac-app.mp4
iOS
Android
android-emulator.mp4