-
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 2023-06-01] [HOLD PR #18865][$1000] iOS / Safari - On long pressing "terms of service" link it gets completely hidden #17103
Comments
Triggered auto assignment to @anmurali ( |
Bug0 Triage Checklist (Main S/O)
|
@anmurali Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@anmurali Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@anmurali Eep! 4 days overdue now. Issues have feelings too... |
@anmurali Still overdue 6 days?! Let's take care of this! |
@anmurali 10 days overdue. Is anyone even seeing these? Hello? |
@anmurali this issue was created 2 weeks ago. Are we close to a solution? Let's make sure we're treating this as a top priority. Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
@anmurali 12 days overdue. Walking. Toward. The. Light... |
This issue has not been updated in over 14 days. @anmurali eroding to Weekly issue. |
@anmurali this issue is now 3 weeks old. There is one more week left before this issue breaks WAQ. What needs to happen to get a PR in review this week? Please create a thread in #expensify-open-source to discuss. Thanks! |
ProposalPlease re-state the problem that we are trying to solve in this issue.iOS / Safari - On long pressing "terms of service" link it gets completely hidden What is the root cause of that problem?Inside App/src/components/CheckboxWithLabel.js Lines 100 to 121 in 6fb0969
Here's the evidence video about preview function with TouchableOpacity and Pressable in 3 cases:
Screen.Recording.2023-04-27.at.17.22.35.movWhat changes do you think we should make in order to solve the problem?We can replace current App/src/components/CheckboxWithLabel.js Lines 100 to 104 in 6fb0969
<Pressable
focusable={false}
onPress={this.toggleCheckbox}
style={({pressed}) => [
styles.ml3,
styles.pr2,
styles.w100,
styles.flexRow,
styles.flexWrap,
styles.flexShrink1,
styles.alignItemsCenter,
styles.noSelect,
+ {opacity: pressed ? variables.checkboxLabelActiveOpacity : 1},
]}
>
{this.props.label && (
<Text style={[styles.ml1]}>
{this.props.label}
</Text>
)}
{this.LabelComponent && (<this.LabelComponent />)}
</Pressable> We can also use <PressableWithFeedback
pressDimmingValue={variables.checkboxLabelActiveOpacity}
hoverDimmingValue={1}
....otherProps
>
</PressableWithFeedback> What alternative solutions did you explore? (Optional)None Result:Screen.Recording.2023-04-27.at.17.34.30.mov |
Job added to Upwork: https://www.upwork.com/jobs/~019c45d4a2d89fd9ab |
Current assignee @anmurali is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mananjadhav ( |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.17-5 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-06-01. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
@marcochavezf I couldn't pinpoint the issue for the offending PR. We've been using @anmurali this is ready for payout. Please note this PR introduced a regression on staging. |
Thanks @mananjadhav for the analysis. Yeah, I agree that we don't need a regression test here. |
@anmurali Quick bump on the payout for this one. |
@anmurali did you get a chance to look at the previous comment for the payout? @marcochavezf if you could help. |
Paid! |
@anmurali - I have applied to the job but have not received the reporting bonus, will you please check. |
bump @kevinksullivan @anmurali |
@daraksha-dk please apply to this job as the other one is closed, and I'll pay this out. https://www.upwork.com/jobs/~0157c9d26f8cd9eead Let me know when you've applied. |
@kevinksullivan I have accepted the offer, thank you! |
@daraksha-dk one more step since that was the application. I've sent the offer back to you. Let me know when you accept it. |
Accepted now! Thanks once again 🚀 |
All set |
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 behaviour of should be similar to other links in the app.
Actual Result :
Link is getting hidden immediately
Workaround:
unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.2.96-3
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
link.MP4
Expensify/Expensify Issue URL:
Issue reported by: @daraksha-dk
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1680775210239189
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: