Skip to content
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

Email address is cutoff on iOS on Login #686

Merged
merged 2 commits into from
Oct 22, 2020

Conversation

sketchydroide
Copy link
Contributor

Email address is cutoff at the bottom during log in on iOS

Fixed Issues

Fixes https://github.com/Expensify/Expensify/issues/143769

Tests (iOS)

  1. Go to login page of the chat app
  2. write an email that as longer letters like g or p or j also T
  3. Verify that none of this letters are cut off and they are fully visible and readable.

@sketchydroide sketchydroide self-assigned this Oct 21, 2020
@sketchydroide sketchydroide requested a review from a team October 21, 2020 15:34
@botify botify requested review from thienlnam and removed request for a team October 21, 2020 15:34
@@ -221,7 +221,10 @@ const styles = {
borderColor: colors.text,
borderWidth: 1,
color: colors.textReversed,
padding: 12,
paddingLeft: 12,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These new rules should be applied to the textInput above (so all textInputs get these global changes), and we should save rules for textInputReversed to only control color styles.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I think I should remove everything from textInputReversed that is not relative to colors then

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes sense to me.

@shawnborton
Copy link
Contributor

Screenshots please!

@sketchydroide
Copy link
Contributor Author

Screenshots:

Before After
Simulator Screen Shot - iPhone 11 - 2020-10-22 at 12 39 49 Simulator Screen Shot - iPhone 11 - 2020-10-22 at 12 39 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants