liveview-native / liveview-native/elixirconf_chat

iOS: Login form submission not functional in some cases

Open
#59 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Elixir
Stars
35
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Not sure how likely this is to happen, but the login functionality stops working once the “Login” button is clicked without ever putting focus into the email address field. If you subsequently enter a valid email, the login continues to remain unresponsive. If you enter invalid text, the login remains unresponsive as well, instead of displaying an error message.

Steps to reproduce:

  1. Open the app on iOS
  2. Click the Login button without clicking into the email address field, and notice that nothing happens (expected: an error message appears)
  3. Enter a valid email address
  4. Click the Login button, and notice that nothing happens still (expected: login works)

See screen recording.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue in the iOS app using the listed login-button and email-field steps, then inspect the login form entry point and the screen recording for the failing state. Verify that submitting without email focus shows an error, that entering a valid email enables login, and that invalid text displays an error.

Written by the indexing model from the issue text.

Assessment

Tech stack
elixir, ios
Domain
authentication, mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.