liveview-native / liveview-native/elixirconf_chat
iOS: Login form submission not functional in some cases
Nobody has claimed this yet.
- 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:
- Open the app on iOS
- Click the Login button without clicking into the email address field, and notice that nothing happens (expected: an error message appears)
- Enter a valid email address
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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