# \[fmx\] tabIndex interferes with Enter Key

**URL:** https://forum.kirupa.com/t/fmx-tabindex-interferes-with-enter-key/71989
**Category:** flash
**Created:** [December 1, 2004, 9:28am UTC](https://forum.kirupa.com/t/fmx-tabindex-interferes-with-enter-key/71989 "2004-12-01T09:28:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![borispc](https://avatars.discourse-cdn.com/v4/letter/b/ac8455/32.png) [@borispc](https://forum.kirupa.com/u/borispc)
#### Post date: [December 1, 2004, 9:28am UTC](https://forum.kirupa.com/t/fmx-tabindex-interferes-with-enter-key/71989/1 "2004-12-01T09:28:04Z")

</div>

Hello!

I have a login system set up in flash where people enter an email and password. Hence, there’s two text fields and a submit button.

This submit button responds to the Enter key on the keyboard.  
The problem is that if I define those two textfields with tabIndex, the submit button does not respond to the enter key anymore.

Do I need to use listeners to fix this somehow? anyone knows?  
:cons:
