Skip to content

[HOLD for payment on Friday 13th 👻 ] mWeb - Focus on email box is not correctly displayed on the sides of the text input #4328

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

Closed
isagoico opened this issue Jul 30, 2021 · 15 comments · Fixed by #4424
Assignees
Labels
Engineering External Added to denote the issue can be worked on by a contributor Weekly KSv2

Comments

@isagoico
Copy link

isagoico commented Jul 30, 2021

If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!


Action Performed:

  1. Navigate to staging.new.expensify.com
  2. Focus on the email input

Expected Result:

Blue line is fully visible in the "Enter you phone or email" box

Actual Result:

Blue line is fully visible in the "Enter you phone or email" box

Workaround:

None needed, visual issue.

Platform:

Where is this issue occurring?

  • Mobile Web ✔️

Version Number: 1.0.81-3

Logs: https://stackoverflow.com/c/expensify/questions/4856

Notes/Photos/Videos:

Expensify/Expensify Issue URL:

View all open jobs on Upwork

view this job on upwork

@MelvinBot
Copy link

Triggered auto assignment to @Julesssss (Engineering), see https://stackoverflow.com/c/expensify/questions/4319 for more details.

@aman-atg
Copy link
Contributor

aman-atg commented Jul 30, 2021

Proposal

@isagoico
Copy link
Author

isagoico commented Aug 2, 2021

Issue reproducible during KI retests

@Julesssss
Copy link
Contributor

Yep, seems like this issue was the cause.

@MelvinBot MelvinBot removed the Overdue label Aug 2, 2021
@Julesssss
Copy link
Contributor

That issue was not the cause, my bad 😀

CC @parasharrajat as you had some further context.

@aman-atg
Copy link
Contributor

aman-atg commented Aug 2, 2021

@Julesssss

Strangely enough, I can't reproduce the issue after undoing #4170 's changes

Here are the videos for your reference

withoutChanges.mp4
withPR.mp4

@parasharrajat
Copy link
Member

parasharrajat commented Aug 2, 2021

@Julesssss I checked the page design. the approach is a little bit wrong to create the page layout.
here


we have used margin for no reason. Instead, we should use padding in the scroll view for various reasons.
The correct approach is this.

  style={[
            styles.flexGrow1,
            styles.signInPageNarrowContentContainer,
            styles.alignSelfCenter,
        ]}
        contentContainerStyle={styles.ph5}

and we extend the width to 335 for signInPageNarrowContentContainer to encounter padding.
I checked it fixes the issue and does not have any layout break in any Platform.
There are some existing minor UI issues on login. I will tackle them as well.

@Julesssss Julesssss added the External Added to denote the issue can be worked on by a contributor label Aug 3, 2021
@MelvinBot
Copy link

Triggered auto assignment to @jboniface (External), see https://stackoverflow.com/c/expensify/questions/8582 for more details.

@MelvinBot MelvinBot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Aug 3, 2021
@jboniface jboniface added Weekly KSv2 and removed Daily KSv2 labels Aug 3, 2021
@tonikdao
Copy link

tonikdao commented Aug 3, 2021

image
Just add 2px margin to it

@Julesssss
Copy link
Contributor

Thanks @parasharrajat, please go ahead with this solution: #4328 (comment)

@jboniface
Copy link

@parasharrajat can you send a proposal to this job on upwork? upwork is bugged out right now and won't let me hire you for the correct price.

@parasharrajat
Copy link
Member

parasharrajat commented Aug 5, 2021

@jboniface I have applied for the post.

@Julesssss Julesssss reopened this Aug 6, 2021
@Julesssss Julesssss changed the title mWeb - Focus on email box is not correctly displayed on the sides of the text input [HOLD for payment on Friday 13th 👻 ] mWeb - Focus on email box is not correctly displayed on the sides of the text input Aug 6, 2021
@Julesssss Julesssss reopened this Aug 6, 2021
@Julesssss
Copy link
Contributor

There is no Expensify/Expensify issue for this issue, so ignore my close/reopen

@arielgreen arielgreen removed the Help Wanted Apply this label when an issue is open to proposals by contributors label Aug 6, 2021
@isagoico
Copy link
Author

isagoico commented Aug 9, 2021

Issue not reproducible during KI retests (Fixed 🎉)

@jboniface
Copy link

paid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Engineering External Added to denote the issue can be worked on by a contributor Weekly KSv2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants