Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Fixing errors with registration page #631

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JasonTarka
Copy link
Contributor

  • Couldn't select a logo on Firefox, as the touch-swipe blocks the
    mouseup event needed for click to work
  • Issues showing an error with the password when team names are present
    • The lack of an error text block caused JS errors
    • The password field would not be marked in red
      • $('.el--text')[1] would refer to the first email field,
        rather than the password field

- Couldn't select a logo on Firefox, as the touch-swipe blocks the
  `mouseup` event needed for `click` to work
- Issues showing an error with the password when team names are present
  - The lack of an error text block caused JS errors
  - The password field would not be marked in red
    - `$('.el--text')[1]` would refer to the first email field,
      rather than the password field
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants