Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EE-3.3.0.GA, 4.0.BETA, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:-
-
Assignee Priority:P2
-
Salesforce Case Reference:
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
Tabbing out of the ace:richTextEntry does not trigger the nested ace:ajax call. This was also the case with the ice:inputRichText until a fix for ICE-6656. Here is an example of the code used:
<ace:richTextEntry id="iceInpRchTxt" width="500" value="#{bean.test}" >
<ace:ajax execute="@this" render="@all" />
</ace:richTextEntry>
Test case attached.
<ace:richTextEntry id="iceInpRchTxt" width="500" value="#{bean.test}" >
<ace:ajax execute="@this" render="@all" />
</ace:richTextEntry>
Test case attached.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case Reference | 5007000000RUUPYAA5 |
| Attachment | sf-11979b.war [ 15725 ] |
| Summary | ace:ajax does not fire with ace:richTextEntry | ace:richTextEntry - Add ace:ajax "blur" or "change" event support |
| Fix Version/s | EE-3.3.0.GA [ 10572 ] | |
| Fix Version/s | 3.4 [ 10770 ] | |
| Assignee | Arturo Zambrano [ artzambrano ] | |
| Affects Version/s | EE-3.2.0.GA [ 10332 ] | |
| Affects | Documentation (User Guide, Ref. Guide, etc.) [ 10003 ] | |
| Assignee Priority | P2 [ 10011 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #34923 | Thu May 09 09:29:40 MDT 2013 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/richtextentry/RichTextEntryMeta.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/richtextentry.js
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 4.0 [ 11382 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Currently, the only ace:ajax event supported by ace:richTextEntry is "save", which is not triggered by tabbing out of the component, only by clicking the Save button in the toolbar.
This improvement is to add a new client event that would submit/save the richTextEntry value on "blur" or possibly "change", such that tabbing out would trigger the save.