Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.2, EE-3.2.0.BETA
-
Fix Version/s: 3.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Salesforce Case Reference:
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
The current behavior of the ice:selectInputText and ace:autoCompleteEntry components is to submit the form when an option has been selected by the mouse.
The feature request is to add a way to prevent this from happening so that only the valueChangeListener is called and not the forms action/actionListener methods. With this functionality the forms methods would only be called when the enter key is pressed in the input fields.
The feature request is to add a way to prevent this from happening so that only the valueChangeListener is called and not the forms action/actionListener methods. With this functionality the forms methods would only be called when the enter key is pressed in the input fields.
Issue Links
- depends on
-
ICE-8993 ace:ajax onStart function be given submit property map as parameter
- Closed
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Arran Mccullough
made changes -
Salesforce Case Reference | 5007000000QZL7MAAX |
Arran Mccullough
made changes -
Attachment | Case11915Example.zip [ 15370 ] | |
Attachment | Case11915ExampleWAR.zip [ 15371 ] |
Ken Fyten
made changes -
Assignee | Arturo Zambrano [ artzambrano ] |
Ken Fyten
made changes -
Fix Version/s | 3.3 [ 10370 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33813 | Wed Mar 06 17:30:19 MST 2013 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
|
Arturo Zambrano
made changes -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33995 | Wed Mar 20 16:16:36 MDT 2013 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Affects | Documentation (User Guide, Ref. Guide, etc.) [ 10003 ] |
Ken Fyten
made changes -
Summary | ace:autoCompleteEntry/ice:selectInputText - Add functionality to prevent the component from submitting on option select | ace:autoCompleteEntry - Add functionality to prevent the component from submitting on option select |
Ken Fyten
made changes -
Component/s | Components [ 10012 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Attached test case that demonstrates the current behavior for each component.
Entering in some text into a component then selecting the value with the mouse causes the forms action method to be called.