fbctf icon indicating copy to clipboard operation
fbctf copied to clipboard

Fixing errors with registration page

Open JasonTarka opened this issue 6 years ago • 0 comments

  • 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

JasonTarka avatar Mar 16 '18 17:03 JasonTarka