-
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
[Hold] $250 Workspace - Checkmark icon not displayed after copying email #5869
Comments
Triggered auto assignment to @MonilBhavsar ( |
Related to N6, so handling internally |
Confirmed, it's occurring on Android only |
The checkmark icon here is not rendering after the timeout event. Replaced App/src/components/CopyTextToClipboard.js Lines 49 to 57 in e31c8f4
Wrapping it inside <TouchableOpacity> shows check mark properly. For mobile device, we need to adjust styling to align the component
|
Issue reproducible during KI retests. |
Working on it |
Issue reproducible during KI retests. |
Working on it |
Some of the investigations What's the IssueOn Android, after pressing on clipboard icon, the checkmark icon is rendered outside of the screen. Screen.Recording.2021-11-11.at.6.57.21.PM.movIn iOS, SVG is wrapped inside Text component not causing the issue Screen.Recording.2021-11-11.at.7.09.58.PM.movthread https://expensify.slack.com/archives/C03TQ48KC/p1635317496207600 |
@MonilBhavsar I'm still a bit confused why we can't just replace the outer |
I see now why we can't just replace the outer |
I've done a bit more digging and I think what's most curious in this case is that the SVG image displays in the correct location when the page first loads, but when we change to a different SVG the calculated position changes. Another thing I've found is that React Native has a separate native component for images nested within text: facebook/react-native@a0268a7 I'm not sure, but I'm starting to think this bug might need to be fixed in We can also consider making this issue external to leverage our own contributor community. |
Triggered auto assignment to @laurenreidexpensify ( |
Triggered auto assignment to @Luke9389 ( |
@Luke9389 @laurenreidexpensify I believe I addressed it at #6271 ... |
I checked the PR and the root cause of this issue is gone via wrapping the icon in View thus #6271 indirectly solves this and thus we can close this as soon as that PR is merged or let QA run it through test cycles and it will be automatically closed. |
@parasharrajat So I fixed this one? When I saw this happening I though it was my fault 😄 @laurenreidexpensify if it fixes, do I get paid? |
In my case, it depends if you had to do some extra work. But seems you just came to know today that you fixed it eventually.. 😅 |
@sidferreira you'll get paid for the scope of #6271 - I don't see any additional code pushed directly connected to this issue knowingly, so we would likely close this without further reimbursement. |
@laurenreidexpensify well, worth trying :D Weird that I didn't see this issue (even tho it was created with #5783 which I fixed) |
Ok, so I think we can just go ahead and close this then. @laurenreidexpensify do you agree? |
Let's go with @parasharrajat's suggestion
i've removed |
6271 is still in review, so no update yet |
6271 is still on staging and hasn't been deployed yet |
Issue not reproducible during KI retests. (First Week) |
Triggered auto assignment to @bfitzexpensify ( |
@bfitzexpensify i'm OOO quite a bit over next week moving house, so handing this one off while I"m away thanks! |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel! https://www.upwork.com/jobs/~01228c64f5fadb4c43
Action Performed:
Expected Result:
Checkmark should be displayed after copying email.
Actual Result:
Empty space displayed after copying email
Workaround:
None needed. Visual issue.
Platform:
Where is this issue occurring?
Version Number: 1.1.7-22
Reproducible in staging?: Yes
Reproducible in production?: No (New feature)
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Bug5281834_Screen_Recording_20211014-211047_New_Expensify.mp4
Expensify/Expensify Issue URL:
Issue reported by: Applause
Slack conversation:
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: