Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2, EE-3.2.0.GA
-
Fix Version/s: EE-3.3.0.GA, 4.0.BETA, 4.0
-
Component/s: Framework, ICE-Components
-
Labels:None
-
Environment:ICEfaces 3.2, 3.2EE, latest trunk (revision# 35623)
All browsers
-
Assignee Priority:P2
Description
When using the Enter key on an ice:inputSecret with an actionListener the submission is triggered twice. This can be easily reproduced in the attached application by pressing enter on the password field, in the logs you will see:
Login triggered!
Login triggered!
Login triggered!
Login triggered!
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | ICE-9295.rar [ 15987 ] |
Comment | [ war and source ] |
Description |
When using the Enter key on an ice:inputSecret the submission is triggered twice. This can be easily reproduced in the attached application by pressing enter on the password field, in the logs you will see:
Login triggered! Login triggered! |
When using the Enter key on an ice:inputSecret with an actionListener the submission is triggered twice. This can be easily reproduced in the attached application by pressing enter on the password field, in the logs you will see:
Login triggered! Login triggered! |
Summary | Double submission occurs when using ice:inputSecret w/ actionListener and pressing enter to submit | Double submission occurs when pressing enter on ice:inputSecret w/ actionListener |
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | 3.4 [ 10770 ] | |
Assignee Priority | P2 [ 10011 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36206 | Thu Jun 13 09:49:51 MDT 2013 | art.zambrano | |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Fix Version/s | EE-3.3.0.GA [ 10572 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Security | Private [ 10001 ] |
Fix Version/s | 4.0 [ 11382 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Committed fix to trunk at revision 36206. Added onkeypress script to cancel enter key events, in order to avoid double submission, just like ice:inputText does.