-
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
Invite member - Multiline text overlaps with label #5924
Comments
Triggered auto assignment to @tylerkaraszewski ( |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Opened this issue separately because of this comment #5904 (comment). Added the deploy blocker label since the issue is not reproducible in Prod |
We're close to merging a PR that completely replaces this page. Because it's about to be replaced I think we should ignore this bug, and because it already exists in prod I'm going to close the issue. |
@Julesssss but this issue still exists with the multiple Textinput and it's a regression from #5704. |
Ah, thanks I hadn't seen this. As the issue exists elsewhere let's keep it open until the regression is fixed 👍 |
Looks like the Paypal and Phone number modal are having a extremely similar issue too (commented here) Let me know if this will be fixed here or a new issue is needed for this. |
Well @isagoico This is a different issue and I know the solution won't fix it. |
@AlfredoAlc Tagging you since this is the regression we are trying to solve in #5704. |
@parasharrajat @AlfredoAlc just catching up here, but is there anything wrong with this approach: (draft PR: #5958). Seems to fix this issue but I'm not sure if there might be any other side-effects. |
@AlfredoAlc I just read this comment and that solution seems pretty good to me. I'm not sure if this will work, but have you investigated suppressing the auto-fill styles in css using the input:autofill,
input:autofill:hover,
input:autofill:hover,
input:autofill:active, {
background-color: white;
}
If it came down to it we could also maybe override the style in JavaScript, but at that point I would probably say it's not worth it and we should just accept the ugly style with autofilled inputs and move on. |
I'm unassigning myself and tagging external I guess. I don't know why this is hourly, maybe we should remove that? |
Triggered auto assignment to @mallenexpensify ( |
It was just hourly because it's a deploy blocker, but we should have a solution in this PR. |
I believe there is no need to export this as this is a regression from other PR which is yet to be deployed to PROD and under regression period. |
Agree, removing the external label and unassigning @mallenexpensify. I was able to QA this fix on staging web but not iOS yet, so I'll assign this to myself so I can fix iOS staging deploys and come back to QA this on iOS. |
While I'm here... I've seen the overlapping text with label a couple places. Will that be fixed (most) everywhere once this is fixed and closed? |
This has been confirmed fixed on |
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:
Emails should not overlap with the label.
Actual Result:
Text is overlapping with the label.
Workaround:
None needed, visual issue.
Platform:
Where is this issue occurring?
Version Number: 1.1.8-0
Reproducible in staging?: Yes
Reproducible in production?: No
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Bug5282774_Recording__446.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: