This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 96685

Summary: Login not processed when pushing Enter
Product: updatecenters Reporter: Jaromir Uhrik <juhrik>
Component: PluginportalAssignee: David Botterill <dbotterill>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jaromir Uhrik 2007-02-27 13:30:29 UTC
I am trying to login to the pluginportal. I do following steps:
1.In login textfield I type my login
2.I push TAB to go to move to the password textfield
3.Type password
4.Push Enter (while focus is at the password textfield)
Pushing Enter key doesn't process login, it just reloads the page so that the
user doesn't know what's happening - I have been thinking for long time what's
wrong before I figured out that my input is correct.
Comment 1 Jiri Kovalsky 2007-03-01 15:13:33 UTC
*** Issue 96945 has been marked as a duplicate of this issue. ***
Comment 2 Jiri Kovalsky 2007-03-01 15:16:28 UTC
I am sure this deserves higher priority. It's very confusing and I felt really
depressed not knowing what I was doing wrong.
Comment 3 David Botterill 2007-03-06 04:08:06 UTC
I used a hack I found in a Creator blog that simulates the button being pressed.
 So if a user types a userid/password and hits "enter", the page will be submitted.
Comment 4 Jaromir Uhrik 2007-03-08 14:42:23 UTC
It is working perfectly now! VERIFIED.