-
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-03-06] [$250] Strikethrough line is white on links and emails #36349
Comments
Job added to Upwork: https://www.upwork.com/jobs/~0190109e65c0e5c4d0 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @ntdiary ( |
Triggered auto assignment to @garrettmknight ( |
👋 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:
|
Triggered auto assignment to @francoisl ( |
Can reproduce, but no need to block on this, I'll demote. Also going to update the price as it's most likely a simple change. |
Upwork job price has been updated to $250 |
ProposalPlease 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 ? 'line-through' : undefined}]}>
<TNodeChildrenRenderer tnode={tnode} />
</Text> ResultstrikeThroughColor.mp4AlternativeOr we can only show the style={[parentStyle, styles.textUnderlinePositionUnder, styles.textDecorationSkipInkNone, style, isInsideDel && {textDecorationLine: 'line-through'}]} |
@francoisl, can you pls increase the bounty🙏🏻, this isn't a simple change, It took me good amount of time to figure out the root cause and to find a solution. Even if my solution is not valid then also I think we can't find a simple change. |
@Krishna2323 this was deploy blocker. Are you able to find offending PR? |
No, I couldn't find the offending PR. |
ProposalPlease 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?regression from this line: - style={{...props.style, ...parentStyle, ...styles.textUnderlinePositionUnder, ...styles.textDecorationSkipInkNone}}
+ style={[parentStyle, styles.textUnderlinePositionUnder, styles.textDecorationSkipInkNone, style]} So What changes do you think we should make in order to solve the problem?fix that order so put
|
Lol 😂, I thought we need both, underline & strike-through at the same time. |
@garrettmknight FYI @ntdiary is OOO until 18th Feb, I can take this one to keep things moving if you want 🙇 |
📣 @mkhutornyi 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
@mkhutornyi Let me know when the PR is ready, thank you! |
PR will be ready by end of week |
(Commenting to remove the Overdue label, see comment just above about the PR) |
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. If a regression has occurred and you are the assigned CM follow the instructions here. If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future. |
@garrettmknight Could you add the payment date? The blocker issue is closed, so there's no regression on the PR (for now). |
Payment Summary
|
@garrettmknight Requested in NewDot! I'll complete the checklist soon. |
Cool, dropping to weekly. |
https://github.com/Expensify/App/pull/35462/files#r1518590135
I think the regression step should be good and we also have a checklist to check the generic component.
We can a case for strikethrough an link/email and verify the strikethrough color match the link color. https://expensify.testrail.io/index.php?/cases/view/2950395 |
TestRail update in - just up to you to submit for payment now! |
$250 approved for @mollfpr based on summary. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 1.4.40-0
Reproducible in staging?: y
Reproducible in production?: n
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:
Strikethrough line should match the color of links and emails.
Actual Result:
Strikethrough line is white.
Workaround:
unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6376813_1707754899905.2024-02-12_17-20-25.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: