Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1, EE-3.0.0.GA_P01
-
Fix Version/s: EE-3.2.0.BETA, EE-3.2.0.GA, 3.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Salesforce Case Reference:
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Feature Request: Add an option for the ace:autoCompleteEntry to handle everything on the client-side. This would allow quick processing of items when a server-side round trip is not required. For this a set list of items could be sent in at page load.
This would prevent the cases where there is a delay in the server-side updates which can cause typed in entries to be missed.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Reporter | Migration [ remote ] | Arran Mccullough [ arran.mccullough ] |
| Fix Version/s | 3.3 [ 10370 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #32561 | Fri Nov 30 18:19:04 MST 2012 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
|
| Assignee | Arturo Zambrano [ artzambrano ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #32617 | Tue Dec 04 15:50:34 MST 2012 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryMeta.java
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
|
| Fix Version/s | EE-3.2.0.GA [ 10332 ] |
| Affects | Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial [ 10003, 10001 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #32634 | Wed Dec 05 16:58:36 MST 2012 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryMeta.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #32672 | Fri Dec 07 18:31:57 MST 2012 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryMeta.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
|
| Salesforce Case Reference | 5007000000OB4aLAAT |
| Fix Version/s | EE-3.2.0.BETA [ 10573 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Committed change for lazy initialization of the component to the trunk at revision 32561.
Committed client-side mode feature to the trunk at revision 32617.