Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.2.0.GA
-
Fix Version/s: 3.3
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEfaces
-
Assignee Priority:P2
-
Salesforce Case Reference:
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
The default behavior of the ICEfaces is to submit a form when a user presses enter on any input field.
This JIRA is aiming to introduce a new icecore tag which can disable/enable form submission on Enter.
Example:
<icecore:submitOnEnter enabled="true">
<ice:inputText id="firstname" value="#{employee.firstName}" required="true" maxlength="20"/>
<ice:inputText id="lastname" value="#{employee.lastName}" required="true" maxlength="20"/>
</icecore:submitOnEnter>
This JIRA is aiming to introduce a new icecore tag which can disable/enable form submission on Enter.
Example:
<icecore:submitOnEnter enabled="true">
<ice:inputText id="firstname" value="#{employee.firstName}" required="true" maxlength="20"/>
<ice:inputText id="lastname" value="#{employee.lastName}" required="true" maxlength="20"/>
</icecore:submitOnEnter>
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case Reference | 5007000000RSKFbAAP |
| Summary | New allowSubmitOnEnter attribute for input components | Introduce tag to enable/disable submit on enter feature |
| Description |
The default behavior of the ICEfaces is to submit a form when a user presses enter on any input field.
This JIRA is aiming to introduce a new optional attribute which can disable/enable form submission on Enter. Example: <ice:inputText id="firstname" value="#{employee.firstName}" required="true" maxlength="20" allowSubmitOnEnter="true"/> |
The default behavior of the ICEfaces is to submit a form when a user presses enter on any input field.
This JIRA is aiming to introduce a new icecore tag which can disable/enable form submission on Enter. Example: <icecore:submitOnEnter enabled="true"> <ice:inputText id="firstname" value="#{employee.firstName}" required="true" maxlength="20"/> </icecore:submitOnEnter> |
| Description |
The default behavior of the ICEfaces is to submit a form when a user presses enter on any input field.
This JIRA is aiming to introduce a new icecore tag which can disable/enable form submission on Enter. Example: <icecore:submitOnEnter enabled="true"> <ice:inputText id="firstname" value="#{employee.firstName}" required="true" maxlength="20"/> </icecore:submitOnEnter> |
The default behavior of the ICEfaces is to submit a form when a user presses enter on any input field.
This JIRA is aiming to introduce a new icecore tag which can disable/enable form submission on Enter. Example: <icecore:submitOnEnter enabled="true"> <ice:inputText id="firstname" value="#{employee.firstName}" required="true" maxlength="20"/> <ice:inputText id="lastname" value="#{employee.lastName}" required="true" maxlength="20"/> </icecore:submitOnEnter> |
| Assignee | Mircea Toma [ mircea.toma ] |
| Attachment | MouseOutAndTab.avi [ 15493 ] | |
| Attachment | PressingEnter.avi [ 15494 ] |
| Attachment | edited_error.log [ 15495 ] |
| Assignee Priority | P2 [ 10011 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #33835 | Thu Mar 07 14:14:30 MST 2013 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/resources/META-INF/faces-config.xml
MODIFY
/icefaces3/trunk/icefaces/core/src/main/javascript/application.js
MODIFY
/icefaces3/trunk/icefaces/core/src/main/resources/META-INF/core.taglib.xml
ADD
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/renderkit/html_basic/SubmitOnEnterRenderer.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #33836 | Thu Mar 07 14:17:31 MST 2013 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/javascript/application.js
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Affects | Documentation (User Guide, Ref. Guide, etc.) [ 10003 ] | |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 3.3 [ 10370 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Attaching video files showing working / non working scenarios.
MouseOutAndTab.avi - demonstrating working "on blur" submit
PressingEnter.avi - demonstrating issue when the value is submitted via Enter key.