Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.3.0.GA_P03, EE-3.3.0.GA_P09
-
Fix Version/s: EE-4.3.0.GA_P04, EE-3.3.0.GA_P10
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ACE components
-
Support Case References:SF #14682
Description
This is an enhancement request to support an "autogrow" attribute for the ace:richTextEntry component. When enabled, the component would size the content area to fit the entered content only, and grow/shrink dynamically as content is added and removed.
According to our research, there is an Auto Grow plugin for the CKEDITOR with which it should be easy. Here is the link: https://ckeditor.com/cke4/addon/autogrow
According to our research, there is an Auto Grow plugin for the CKEDITOR with which it should be easy. Here is the link: https://ckeditor.com/cke4/addon/autogrow
Activity
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #53434 | Thu Jan 06 16:21:14 MST 2022 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/richtextentry/RichTextEntryRenderer.java
MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/ckeditor.mapping.js MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/richtextentry.js MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/richtextentry/RichTextEntryMeta.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #53435 | Thu Jan 06 16:21:59 MST 2022 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/readme.txt
|
Arturo Zambrano
made changes -
Affects Version/s | EE-4.3.0.GA_P03 [ 13570 ] | |
Affects Version/s | EE-4.3.0.GA_P02 [ 13292 ] |
Arturo Zambrano
made changes -
Fix Version/s | EE-4.3.0.GA_P04 [ 13876 ] | |
Fix Version/s | EE-3.3.0.GA_P10 [ 13877 ] |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #53439 | Thu Jan 13 12:53:57 MST 2022 | art.zambrano | |
Files Changed | ||||
ADD
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/autogrow/plugin.js
ADD /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/richtextentry/ckeditor/plugins/autogrow |
r53435: Added autogrow behaviour to ace:richTextEntry (4.3 trunk)
r53436: Committed fix to 3.3 trunk.
r53437: Committed fix to customer's branch.