-
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
[$500] Mark down - Email with strikethrough is not underlined #37299
Comments
Job added to Upwork: https://www.upwork.com/jobs/~01532ae9e71730650e |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @sobitneupane ( |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
We think that this bug might be related to #vip-vsb |
Triggered auto assignment to @youssef-lr ( |
Proposal from #36349 (comment)Please re-state the problem that we are trying to solve in this issue.Strikethrough line is white on links and emails What is the root cause of that problem?We already have What changes do you think we should make in order to solve the problem?To apply both Steps:
function isChildOfDel(tnode: TNode): boolean {
return isChildOfNode(tnode, (node) => node.domNode?.name !== undefined && node.domNode.name.toLowerCase() === 'del');
}
const isInsideDel = HTMLEngineUtils.isChildOfDel(tnode);
<Text style={[flattenStyles, {textDecorationLine: isInsideDel ? `underline` : undefined}]}>
<TNodeChildrenRenderer tnode={tnode} />
</Text> ResultstrikeThroughColor.mp4AlternativeOr we can only show the style={[parentStyle, styles.textUnderlinePositionUnder, styles.textDecorationSkipInkNone, style, isInsideDel && {textDecorationLine: 'line-through'}]} |
I don't think this is a blocker and caused by any PR, this is the design we use till now. I we want to change I have a proposal. Applying both |
Triggered auto assignment to @isabelastisser ( |
I agree. I don't think it's a bug, but I'll let @isabelastisser and @youssef-lr confirm before closing. Removing the deploy blocker label for now. |
Yeah I'm personally fine with closing this. |
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: v1.4.44-0
Reproducible in staging?: y
Issue reported by: Applause - Internal Team
Issue found when executing PR: #36773
Action Performed:
Expected Result:
The email with strikethrough mark down will be underlined.
Actual Result:
The email with strikethrough mark down is not underlined.
On Android app, before sending the text, the text preview shows underlined text and the underline disappears after sending the text.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6393883_1709033357784.Android_.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: