nshillin / 291MiniProject1

0 stars 0 forks source link

Bug - Minor: Tab not working correctly when registering User #28

Closed sensible-heart closed 9 years ago

sensible-heart commented 9 years ago

Repro:

  1. Go to register a user.
  2. Start on the enter username box.
  3. Press tab once and you get to the first password entry box.
  4. Press tab again leaves you highlighting the enter button. Expected: The second password entry box should be highlighted as opposed to Enter button.
jero1994 commented 9 years ago

I checked this - it seems like it will cycle through everything that can be selected, just in the wrong order (password after enter). I imagine there's some Tab Index field in the designer, I'll take a look.