If a button (type=sized submit=true) is used on a page,
and the user is focused on a editbox widget (where
password=true), then pressing the 'enter' key does not
cause the page to be submitted. Need to extend the
java script to include input fields of type 'password' in
the logic that traps the key presses.
Logged In: YES
user_id=300119
- Checked in code.
- Now looks for password fields for auto-enter.
- Updated the 'editbox' httpunittest so the password/auto-
enter feature can be tested....and it worked!
- Fixed a build problem with httpunittest WAR file as well